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 | 鵝??侑?? | 1110101001000000001111110011111110011000110100000011111100111111 | ea403f3f98d03f3f |
EUC-JP | 鵝??侑?? | 1111001110100001001111110011111111010000110100100011111100111111 | f3a13f3fd0d23f3f |
UTF-8 | 鵝싲챷侑묊뼰 | 111010011011010110011101111011001000101110110010111011001011000110110111111001001011111010010001111010111010110010001010111010111011110010110000 | e9b59dec8bb2ecb1b7e4be91ebac8aebbcb0 |
UHC | 鵝싲챷侑묊뼰 | 111001001011110110011010111010111010101010000100111010101110001010010001111001111001011010110011 | e4bd9aebaa84eae291e796b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)