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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 轢陳? | 1110011110000000100100101100001000111111 | e78092c23f |
EUC-JP | 轢陳? | 1110110111100000110001001100010000111111 | ede0c4c43f |
UTF-8 | 轢陳쉿 | 111010001011110110100010111010011001100110110011111011001000100110111111 | e8bda2e999b3ec89bf |
UHC | 轢陳쉿 | 110101011111100111110010111001111011110110110010 | d5f9f2e7bdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)