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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 鵝?×爾 | 11101010010000000011111110000001011111101000111010100010 | ea403f817e8ea2 |
EUC-JP | 鵝?×爾 | 11110011101000010011111110100001110111111011110010100100 | f3a13fa1dfbca4 |
UTF-8 | 鵝숈×爾 | 1110100110110101100111011110110010001000100010001100001110010111111001111000100010111110 | e9b59dec8888c397e788be |
UHC | 鵝숈×爾 | 1110010010111101100110011110110010100001101111111110110010110011 | e4bd99eca1bfecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)