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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 畏??o | 1000100011011000001111110011111101101111 | 88d83f3f6f |
EUC-JP | 畏??o | 1011000011011010001111110011111101101111 | b0da3f3f6f |
UTF-8 | 畏뺧숲o | 11100111100101011000111111101011101110101010011111101100100010001011001001101111 | e7958febbaa7ec88b26f |
UHC | 畏뺧숲o | 11101000111001101001010111101111101111011010001101101111 | e8e695efbda36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)