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 | 笘滸鴣臂稙 | 11100010100110001001111111110101111010011111001111100100010111011110001001100101 | e2989ff5e9f3e45de265 |
EUC-JP | 笘滸鴣臂稙 | 11100011111110001101111011110111111100101111010111100111101111101110001111000110 | e3f8def7f2f5e7bee3c6 |
UTF-8 | 笘滸鴣臂稙 | 111001111010110010011000111001101011101110111000111010011011010010100011111010001000011110000010111001111010100010011001 | e7ac98e6bbb8e9b4a3e88782e7a899 |
UHC | ?滸?臂稙 | 0011111111111011110010100011111111011110101000101111001011000010 | 3ffbca3fdea2f2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)