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 | 拙???諄 | 10010000110110010011111100111111001111111110011001111000 | 90d93f3f3fe678 |
EUC-JP | 拙???諄 | 11000000110110110011111100111111001111111110101111011001 | c0db3f3f3febd9 |
UTF-8 | 拙흖렡렲諄 | 111001101000101110011001111011011001110110010110111010111010000010100001111010111010000010110010111010001010101110000100 | e68b99ed9d96eba0a1eba0b2e8ab84 |
UHC | 拙흖렡렲諄 | 11110000111100001100100011101000100011101011001010001110101111111110001011110100 | f0f0c8e88eb28ebfe2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)