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 | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ?船狩P | 001111111001000101000100100011101110101101010000 | 3f91448eeb50 |
EUC-JP | 饍船狩P | 1000111111101000111011011100000110100101101111001110110101010000 | 8fe8edc1a5bced50 |
UTF-8 | 饍船狩P | 11101001101001011000110111101000100010001011100111100111100010111010100101010000 | e9a58de888b9e78ba950 |
UHC | 饍船狩P | 11100000110101111110000011001111111000101010110101010000 | e0d7e0cfe2ad50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)