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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臣晟臣 | 100100000110001010011101111011101001000001100010 | 90629dee9062 |
EUC-JP | 臣晟臣 | 101111111100001111011010111100001011111111000011 | bfc3daf0bfc3 |
UTF-8 | 臣晟臣 | 111010001000011110100011111001101001100110011111111010001000011110100011 | e887a3e6999fe887a3 |
UHC | 臣晟臣 | 111000111110110111100000111110011110001111101101 | e3ede0f9e3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)