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 | ???恂? | 001111110011111100111111100111001001011000111111 | 3f3f3f9c963f |
EUC-JP | ???恂? | 001111110011111100111111110101111111011000111111 | 3f3f3fd7f63f |
UTF-8 | 筽삥퀗恂찱 | 111001111010110110111101111011001000001010100101111011011000000010010111111001101000000110000010111011001011000010110001 | e7adbdec82a5ed8097e68182ecb0b1 |
UHC | 筽삥퀗恂찱 | 11101000101001001011101111100110101100111000110011100010111000011010101001000111 | e8a4bbe6b38ce2e1aa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)