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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 辯堤∫^ | 11100111100001111001001011100111100000011110011101011110 | e78792e781e75e |
EUC-JP | 辯堤∫^ | 11101101111001111100010011101001101000101110100101011110 | ede7c4e9a2e95e |
UTF-8 | 辯堤∫^ | 11101000101111101010111111100101101000001010010011100010100010001010101101011110 | e8beafe5a0a4e288ab5e |
UHC | 辯堤∫^ | 11011100101010101111000010100111101000011111001001011110 | dcaaf0a7a1f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)