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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?蝟?? | 0011111111100101100101100011111100111111 | 3fe5963f3f |
EUC-JP | ?蝟?? | 0011111111101001111101100011111100111111 | 3fe9f63f3f |
UTF-8 | 렳蝟렢얘 | 111010111010000010110011111010001001110110011111111010111010000010100010111011001001011010011000 | eba0b3e89d9feba0a2ec9698 |
UHC | 렳蝟렢얘 | 1000111011000000111010101101101010001110101100111011111011101010 | 8ec0eada8eb3beea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)