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 | 鵝??陰?? | 1110101001000000001111110011111110001001010000010011111100111111 | ea403f3f89413f3f |
EUC-JP | 鵝??陰?? | 1111001110100001001111110011111110110001101000100011111100111111 | f3a13f3fb1a23f3f |
UTF-8 | 鵝숈쥉陰닸췃 | 111010011011010110011101111011001000100010001000111011001010010110001001111010011001100110110000111010111000101110111000111011001011011110000011 | e9b59dec8888eca589e999b0eb8bb8ecb783 |
UHC | 鵝숈쥉陰닸췃 | 111001001011110110011001111011001010001010000010111010111110010010110100111001101010110110011111 | e4bd99eca282ebe4b4e6ad9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)