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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 宥ルУ^ | 10010111010001111000001110001011100001000101010001011110 | 9747838b84545e |
EUC-JP | 宥ルУ^ | 11001101101010001010010111101011101001111011010101011110 | cda8a5eba7b55e |
UTF-8 | 宥ルУ^ | 111001011010111010100101111000111000001110101011110100001010001101011110 | e5aea5e383abd0a35e |
UHC | 宥ルУ^ | 11101010111010011010101111101011101011001011010101011110 | eae9abebacb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)