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好 | 100011010100010000111111011010001000110101000100 | 8d443f688d44 |
EUC-JP | 好?h好 | 101110011010010100111111011010001011100110100101 | b9a53f68b9a5 |
UTF-8 | 好렯h好 | 11100101101001011011110111101011101000001010111101101000111001011010010110111101 | e5a5bdeba0af68e5a5bd |
UHC | 好렯h好 | 11111011101111111000111010111100011010001111101110111111 | fbbf8ebc68fbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)