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 | 瞎ハ | 1110000111010000110010101111010010100001 | e1d0caf4a1 |
EUC-JP | 瞎ハ? | 1110001011010010100011101100101000111111 | e2d28eca3f |
UTF-8 | 瞎ハ | 111001111001111010001110111011111011111010001010111011101000110110010000 | e79e8eefbe8aee8d90 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)