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 | 漆鴕ロ」 | 1111000010101111100011101011110111101001111101101101101110100011 | f0af8ebde9f6dba3 |
EUC-JP | ?漆鴕ロ」 | 001111111011110010111111111100101111100010001110110110111000111010100011 | 3fbcbff2f88edb8ea3 |
UTF-8 | 漆鴕ロ」 | 111011101000000110101110111001101011110010000110111010011011010010010101111011111011111010011011111011111011110110100011 | ee81aee6bc86e9b495efbe9befbda3 |
UHC | ?漆??? | 001111111111011011010100001111110011111100111111 | 3ff6d43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)