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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 曖??隘??\ | 100111100100001000111111001111111110100010100101001111110011111101011100 | 9e423f3fe8a53f3f5c |
EUC-JP | 曖??隘??\ | 110110111010001100111111001111111111000010100111001111110011111101011100 | dba33f3ff0a73f3f5c |
UTF-8 | 曖롰뢕隘뎼뢔\ | 11100110100110111001011011101011101000011011000011101011101000101001010111101001100110101001100011101011100011101011110011101011101000101001010001011100 | e69b96eba1b0eba295e99a98eb8ebceba2945c |
UHC | 曖롰뢕隘뎼뢔\ | 11100100111100101000111011101101100011110101000011100100111101101000100110001111100011110100111101011100 | e4f28eed8f50e4f6898f8f4f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)