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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?逍鵝 | 0011111111100111100101101110101001000000 | 3fe796ea40 |
EUC-JP | 瑄逍鵝 | 10001111110011001011100111101101111101101111001110100001 | 8fccb9edf6f3a1 |
UTF-8 | 瑄逍鵝 | 111001111001000110000100111010011000000010001101111010011011010110011101 | e79184e9808de9b59d |
UHC | 瑄逍鵝 | 111000001100010111100001110011101110010010111101 | e0c5e1cee4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)