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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 幄h幄 | 1001101111101000011010001001101111101000 | 9be8689be8 |
EUC-JP | 幄h幄 | 1101011011101010011010001101011011101010 | d6ea68d6ea |
UTF-8 | 幄h幄 | 11100101101110011000010001101000111001011011100110000100 | e5b98468e5b984 |
UHC | 幄h幄 | 1110010011000001011010001110010011000001 | e4c168e4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)