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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 絶??閻g? | 100100001110001000111111001111111110100010000101100000101000011100111111 | 90e23f3fe88582873f |
EUC-JP | 絶??閻g? | 110000001110010000111111001111111110111111100101101000111110011100111111 | c0e43f3fefe5a3e73f |
UTF-8 | 絶쀧윢閻g땃 | 111001111011010110110110111011001000000010100111111011001001110010100010111010011001011010111011111011111011110110000111111010111001010110000011 | e7b5b6ec80a7ec9ca2e996bbefbd87eb9583 |
UHC | 絶쀧윢閻g땃 | 111011111011111010010111111001111001111110100011111001111010001010100011111001111011011010100011 | efbe97e79fa3e7a2a3e7b6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)