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 | 楮絲??蹈 | 1001111010111000111000110100111000111111001111111110011101000100 | 9eb8e34e3f3fe744 |
EUC-JP | 楮絲??蹈 | 1101110010111010111001011010111100111111001111111110110110100101 | dcbae5af3f3feda5 |
UTF-8 | 楮絲렰꿱蹈 | 111001101010010110101110111001111011010110110010111010111010000010110000111010101011111110110001111010001011100110001000 | e6a5aee7b5b2eba0b0eabfb1e8b988 |
UHC | 楮絲렰꿱蹈 | 11101110101111111101111011101010100011101011110110110010111010001101010010110000 | eebfdeea8ebdb2e8d4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)