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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 娼フ娼ーh | 10001111101010011100110010001111101010011011000001101000 | 8fa9cc8fa9b068 |
EUC-JP | 娼フ娼ーh | 101111101010101110001110110011001011111010101011100011101011000001101000 | beab8eccbeab8eb068 |
UTF-8 | 娼フ娼ーh | 11100101101010001011110011101111101111101000110011100101101010001011110011101111101111011011000001101000 | e5a8bcefbe8ce5a8bcefbdb068 |
UHC | 娼?娼?h | 11110011110111100011111111110011110111100011111101101000 | f3de3ff3de3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)