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 | 飮?△?預 | 1001111101011010001111111000000110100010001111111001011101100001 | 9f5a3f81a23f9761 |
EUC-JP | 飮?△?預 | 1101110110111011001111111010001010100100001111111100110111000010 | ddbb3fa2a43fcdc2 |
UTF-8 | 飮뫢△뿈預 | 111010011010001110101110111010111010101110100010111000101001011010110011111010111011111110001000111010011010000010010000 | e9a3aeebaba2e296b3ebbf88e9a090 |
UHC | 飮뫢△뿈預 | 11101011111001101001000111000010101000011110001010010111100011111110011111101000 | ebe691c2a1e2978fe7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)