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 | 莠蜚詫 | 111001001011101011100101100101001001100001101100 | e4bae594986c |
EUC-JP | 莠蜚詫 | 111010001011110011101001111101001100111111001101 | e8bce9f4cfcd |
UTF-8 | 莠蜚詫 | 111010001000111010100000111010001001110010011010111010001010100110101011 | e88ea0e89c9ae8a9ab |
UHC | ?蜚? | 00111111110111101010010000111111 | 3fdea43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)