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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 娼ホ将タP | 10001111101010011100111010001111101010111100000001010000 | 8fa9ce8fabc050 |
EUC-JP | 娼ホ将タP | 101111101010101110001110110011101011111010101101100011101100000001010000 | beab8ecebead8ec050 |
UTF-8 | 娼ホ将タP | 11100101101010001011110011101111101111101000111011100101101100001000011011101111101111101000000001010000 | e5a8bcefbe8ee5b086efbe8050 |
UHC | 娼???P | 111100111101111000111111001111110011111101010000 | f3de3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)