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 | 第??義 | 100100011110011000111111001111111000101101100000 | 91e63f3f8b60 |
EUC-JP | 第??義 | 110000101110100000111111001111111011010111000001 | c2e83f3fb5c1 |
UTF-8 | 第면질義 | 111001111010110010101100111010111010100110110100111011001010011110001000111001111011111010101001 | e7acaceba9b4eca788e7bea9 |
UHC | 第면질義 | 1111000010101111101110001110100111000001111110101110101111111001 | f0afb8e9c1faebf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)