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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襌罹矯寘 | 1110010111111001100111001110101110001011101110001111101010101001 | e5f99ceb8bb8faa9 |
EUC-JP | 襌罹矯寘 | 111010101111101111011000111011011011011010111010100011111011101011100001 | eafbd8edb6ba8fbae1 |
UTF-8 | 襌罹矯寘 | 111010001010010110001100111001111011110110111001111001111001111110101111111001011010111110011000 | e8a58ce7bdb9e79fafe5af98 |
UHC | ?罹矯? | 001111111101011111100111110011101110110000111111 | 3fd7e7ceec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)