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 | 10010000111000110011111110010000111000110011111101000010 | 90e33f90e33f42 |
EUC-JP | 舌鉥舌鉥B | 1100000011100101100011111110001111101000110000001110010110001111111000111110100001000010 | c0e58fe3e8c0e58fe3e842 |
UTF-8 | 舌鉥舌鉥B | 11101000100010001000110011101001100010011010010111101000100010001000110011101001100010011010010101000010 | e8888ce989a5e8888ce989a542 |
UHC | 舌鉥舌鉥B | 111000001101111111100010111111001110000011011111111000101111110001000010 | e0dfe2fce0dfe2fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)