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 | ?®?B | 00111111101011100011111101000010 | 3fae3f42 |
SJIS-WIN | 壤??B | 1001101011011111001111110011111101000010 | 9adf3f3f42 |
EUC-JP | 壤®?B | 11010100111000011000111110100010111011100011111101000010 | d4e18fa2ee3f42 |
UTF-8 | 壤®떥B | 111001011010001110100100110000101010111011101011100101101010010101000010 | e5a3a4c2aeeb96a542 |
UHC | 壤®떥B | 11100101101111011010001011100111100010111011100001000010 | e5bda2e78bb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)