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 | 遒リレ遒ロテ^ | 111001111010001011011000110110101110011110100010110110111100001101011110 | e7a2d8dae7a2dbc35e |
EUC-JP | 遒リレ遒ロテ^ | 11101110101001001000111011011000100011101101101011101110101001001000111011011011100011101100001101011110 | eea48ed88edaeea48edb8ec35e |
UTF-8 | 遒リレ遒ロテ^ | 11101001100000011001001011101111101111101001100011101111101111101001101011101001100000011001001011101111101111101001101111101111101111101000001101011110 | e98192efbe98efbe9ae98192efbe9befbe835e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)