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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 貳??H | 1110011011000110001111110011111101001000 | e6c63f3f48 |
EUC-JP | 貳??H | 1110110011001000001111110011111101001000 | ecc83f3f48 |
UTF-8 | 貳렯렭H | 11101000101100101011001111101011101000001010111111101011101000001010110101001000 | e8b2b3eba0afeba0ad48 |
UHC | 貳렯렭H | 11101100110000111000111010111100100011101011101001001000 | ecc38ebc8eba48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)