To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轢o充鐔 | 1110011110000000100000101000111110001111010110111110100001011100 | e780828f8f5be85c |
EUC-JP | 轢o充鐔 | 1110110111100000101000111110111110111101101111001110111110111101 | ede0a3efbdbcefbd |
UTF-8 | 轢o充鐔 | 111010001011110110100010111011111011110110001111111001011000010110000101111010011001000010010100 | e8bda2efbd8fe58585e99094 |
UHC | 轢o充? | 11010101111110011010001111101111111101011111011000111111 | d5f9a3eff5f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)