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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 襠」h襠 | 111001011111101110100011011010001110010111111011 | e5fba368e5fb |
EUC-JP | 襠」h襠 | 11101010111111011000111010100011011010001110101011111101 | eafd8ea368eafd |
UTF-8 | 襠」h襠 | 11101000101001011010000011101111101111011010001101101000111010001010010110100000 | e8a5a0efbda368e8a5a0 |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)