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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??˘???^ | 001111110011111110001111101000101010111100111111001111110011111101011110 | 3f3f8fa2af3f3f3f5e |
UTF-8 | 驪끾˘驪끾궒^ | 111011111010011010000111111010111000000110111110110010111001100011101111101001101000011111101011100000011011111011101010101101101001001001011110 | efa687eb81becb98efa687eb81beeab6925e |
UHC | 驪끾˘驪끾궒^ | 11100110101011111000010111100110101000101010100011100110101011111000010111100110100000101010011101011110 | e6af85e6a2a8e6af85e682a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)