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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襄?? | 11100101111101010011111100111111 | e5f53f3f |
EUC-JP | 襄?? | 11101010111101110011111100111111 | eaf73f3f |
UTF-8 | 襄셸솔 | 111010001010010110000100111011001000010110111000111011001000011010010100 | e8a584ec85b8ec8694 |
UHC | 襄셸솔 | 111001011101000110111100110100001011110011010110 | e5d1bcd0bcd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)