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 | ????W@h | 00111111001111110011111100111111010101110100000001101000 | 3f3f3f3f574068 |
SJIS-WIN | 譟エ逍セW@h | 111001101001111110110100111001111001011010111110010101110100000001101000 | e69fb4e796be574068 |
EUC-JP | 譟エ逍セW@h | 1110110010100001100011101011010011101101111101101000111010111110010101110100000001101000 | eca18eb4edf68ebe574068 |
UTF-8 | 譟エ逍セW@h | 111010001010110110011111111011111011110110110100111010011000000010001101111011111011110110111110010101110100000001101000 | e8ad9fefbdb4e9808defbdbe574068 |
UHC | ??逍?W@h | 0011111100111111111000011100111000111111010101110100000001101000 | 3f3fe1ce3f574068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)