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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 里?? | 10010111101000100011111100111111 | 97a23f3f |
EUC-JP | 里?? | 11001110101001000011111100111111 | cea43f3f |
UTF-8 | 里쇽뤨 | 111010011000011110001100111011001000011110111101111010111010010010101000 | e9878cec87bdeba4a8 |
UHC | 里쇽뤨 | 110101111110110010111100111011111000111111010110 | d7ecbcef8fd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)