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 | 蘯豎睹 | 111000011011101011100110101100011110000111001111 | e1bae6b1e1cf |
EUC-JP | 蘯豎睹 | 111000101011110011101100101100111110001011010001 | e2bcecb3e2d1 |
UTF-8 | 蘯豎睹 | 111010001001100010101111111010001011000110001110111001111001110110111001 | e898afe8b18ee79db9 |
UHC | ??睹 | 00111111001111111101010010101001 | 3f3fd4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)