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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 簇?雨?迪 | 1110001011000110001111111000100101001010001111111110011110001100 | e2c63f894a3fe78c |
EUC-JP | 簇?雨?迪 | 1110010011001000001111111011000110101011001111111110110111101100 | e4c83fb1ab3fedec |
UTF-8 | 簇렒雨렭迪 | 111001111011000010000111111010111010000010010010111010011001101110101000111010111010000010101101111010001011111110101010 | e7b087eba092e99ba8eba0ade8bfaa |
UHC | 簇렒雨렭迪 | 11110000111010101000111010100111111010011110101110001110101110101110111011101000 | f0ea8ea7e9eb8ebaeee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)