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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 鵝?±項 | 11101010010000000011111110000001011111011000110110000000 | ea403f817d8d80 |
EUC-JP | 鵝?±項 | 11110011101000010011111110100001110111101011100111100000 | f3a13fa1deb9e0 |
UTF-8 | 鵝숈±項 | 1110100110110101100111011110110010001000100010001100001010110001111010011010000010000101 | e9b59dec8888c2b1e9a085 |
UHC | 鵝숈±項 | 1110010010111101100110011110110010100001101111101111101010100011 | e4bd99eca1befaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)