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 | 荏①??▲? | 100010010110000010000111010000000011111100111111100000011010001100111111 | 896087403f3f81a33f |
EUC-JP | 荏???▲? | 1011000111000001001111110011111100111111101000101010010100111111 | b1c13f3f3fa2a53f |
UTF-8 | 荏①솻類▲궩 | 111010001000110110001111111000101001000110100000111011001000011010111011111011111010011110010000111000101001011010110010111010101011011010101001 | e88d8fe291a0ec86bbefa790e296b2eab6a9 |
UHC | 荏①솻類▲궩 | 111011001111101110101000111001111001100110110000111010111011101010100001111000111000001010111011 | ecfba8e799b0ebbaa1e382bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)