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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 蒻??\ | 1110010011101000001111110011111101011100 | e4e83f3f5c |
EUC-JP | 蒻??\ | 1110100011101010001111110011111101011100 | e8ea3f3f5c |
UTF-8 | 蒻면눈\ | 11101000100100101011101111101011101010011011010011101011100010001000100001011100 | e892bbeba9b4eb88885c |
UHC | 蒻면눈\ | 11100101101101101011100011101001101101001010101101011100 | e5b6b8e9b4ab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)