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 | 莊?曝倬竊 | 111001001011010100111111100101001001100010011000111010011110001010000110 | e4b53f949898e9e286 |
EUC-JP | 莊?曝倬竊 | 111010001011011100111111110001111111100011010000111010111110001111100110 | e8b73fc7f8d0ebe3e6 |
UTF-8 | 莊뤪曝倬竊 | 111010001000111010001010111010111010010010101010111001101001101110011101111001011000000010101100111001111010101110001010 | e88e8aeba4aae69b9de580ace7ab8a |
UHC | 莊뤪曝倬竊 | 11101101111101101000111111011000111110001110110111110110111100001110111110111100 | edf68fd8f8edf6f0efbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)