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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 錏ケ蜆。B | 11100111111110011011100111100101100001001010000101000010 | e7f9b9e584a142 |
EUC-JP | 錏ケ蜆。B | 111011101111101110001110101110011110100111100100100011101010000101000010 | eefb8eb9e9e48ea142 |
UTF-8 | 錏ケ蜆。B | 11101001100011001000111111101111101111011011100111101000100111001000011011101111101111011010000101000010 | e98c8fefbdb9e89c86efbda142 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)