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 | 型?昱?? | 10001100010111100011111111111010011000110011111100111111 | 8c5e3ffa633f3f |
EUC-JP | 型?昱?? | 1011011110111111001111111000111111000010101011010011111100111111 | b7bf3f8fc2ad3f3f |
UTF-8 | 型렯昱계렊 | 111001011001111010001011111010111010000010101111111001101001100010110001111010101011001110000100111010111010000010001010 | e59e8beba0afe698b1eab384eba08a |
UHC | 型렯昱계렊 | 11111010111111101000111010111100111010011111000010110000111010001000111010100001 | fafe8ebce9f0b0e88ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)