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 | 正?正?^ | 10010000101100110011111110010000101100110011111101011110 | 90b33f90b33f5e |
EUC-JP | 正?正?^ | 11000000101101010011111111000000101101010011111101011110 | c0b53fc0b53f5e |
UTF-8 | 正춈正쵱^ | 11100110101011011010001111101100101101101000100011100110101011011010001111101100101101011011000101011110 | e6ada3ecb688e6ada3ecb5b15e |
UHC | 正춈正쵱^ | 111011111110000111000011110111101110111111100001110000111101110001011110 | efe1c3deefe1c3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)