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 | 隸。魏。^ | 11101000101011111010000111101001101100001010000101011110 | e8afa1e9b0a15e |
EUC-JP | 隸。魏。^ | 111100001011000110001110101000011111001010110010100011101010000101011110 | f0b18ea1f2b28ea15e |
UTF-8 | 隸。魏。^ | 11101001100110101011100011101111101111011010000111101001101011011000111111101111101111011010000101011110 | e99ab8efbda1e9ad8fefbda15e |
UHC | ??魏?^ | 001111110011111111101010111000000011111101011110 | 3f3feae03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)