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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 證??證 | 111001101001101000111111001111111110011010011010 | e69a3f3fe69a |
EUC-JP | 證??證 | 111010111111101000111111001111111110101111111010 | ebfa3f3febfa |
UTF-8 | 證쇠ㄱ證 | 111010001010110110001001111011001000011110100000111000111000010010110001111010001010110110001001 | e8ad89ec87a0e384b1e8ad89 |
UHC | 證쇠ㄱ證 | 1111000111111011101111001110100010100100101000011111000111111011 | f1fbbce8a4a1f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)