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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 嫄?檉?^ | 100011111011101010100001001111111000111111000101101110110011111101011110 | 8fbaa13f8fc5bb3f5e |
UTF-8 | 嫄렗檉렢^ | 11100101101010111000010011101011101000001001011111100110101010101000100111101011101000001010001001011110 | e5ab84eba097e6aa89eba0a25e |
UHC | 嫄렗檉렢^ | 111010101011000110001110101011001110111111100000100011101011001101011110 | eab18eacefe08eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)