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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
UTF-8 | 轢녽뇠轢녽뇠B | 11101111101001101000110111101011100001011011110111101011100001111010000011101111101001101000110111101011100001011011110111101011100001111010000001000010 | efa68deb85bdeb87a0efa68deb85bdeb87a042 |
UHC | 轢녽뇠轢녽뇠B | 11100110101111001000011011101001100001111000100011100110101111001000011011101001100001111000100001000010 | e6bc86e98788e6bc86e9878842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)