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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 睛???隅? | 1110000111001011001111110011111100111111100010111111011100111111 | e1cb3f3f3f8bf73f |
EUC-JP | 睛???隅? | 1110001011001101001111110011111100111111101101101111100100111111 | e2cd3f3f3fb6f93f |
UTF-8 | 睛렣泥렣隅렱 | 111001111001110110011011111010111010000010100011111011111010011110100011111010111010000010100011111010011001101010000101111010111010000010110001 | e79d9beba0a3efa7a3eba0a3e99a85eba0b1 |
UHC | 睛렣泥렣隅렱 | 111011111110110010001110101101001110110010110010100011101011010011101001111010101000111010111110 | efec8eb4ecb28eb4e9ea8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)