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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淲倬ケソ顫 | 1111101101000100100110001110100110111001101111111110100011111010 | fb4498e9b9bfe8fa |
EUC-JP | ?倬ケソ顫 | 001111111101000011101011100011101011100110001110101111111111000011111100 | 3fd0eb8eb98ebff0fc |
UTF-8 | 淲倬ケソ顫 | 111001101011011110110010111001011000000010101100111011111011110110111001111011111011110110111111111010011010000110101011 | e6b7b2e580acefbdb9efbdbfe9a1ab |
UHC | ?倬??顫 | 00111111111101101111000000111111001111111110111110110101 | 3ff6f03f3fefb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)