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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??─??─^ | 001111110011111110000100100111110011111100111111100001001001111101011110 | 3f3f849f3f3f849f5e |
EUC-JP | ??─??─^ | 001111110011111110101000101000010011111100111111101010001010000101011110 | 3f3fa8a13f3fa8a15e |
UTF-8 | 隸뚳─隸뚳─^ | 11101111101001101011100011101011100110101011001111100010100101001000000011101111101001101011100011101011100110101011001111100010100101001000000001011110 | efa6b8eb9ab3e29480efa6b8eb9ab3e294805e |
UHC | 隸뚳─隸뚳─^ | 11100111111001101000110011101111101001101010000111100111111001101000110011101111101001101010000101011110 | e7e68cefa6a1e7e68cefa6a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)