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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中?旭??? | 1001001010000110001111111000100010101110001111110011111100111111 | 92863f88ae3f3f3f |
EUC-JP | 中?旭??? | 1100001111100110001111111011000010110000001111110011111100111111 | c3e63fb0b03f3f3f |
UTF-8 | 中렩旭렠뤯헤 | 111001001011100010101101111010111010000010101001111001101001011110101101111010111010000010100000111010111010010010101111111011011001011110100100 | e4b8adeba0a9e697adeba0a0eba4afed97a4 |
UHC | 中렩旭렠뤯헤 | 111100011110100110001110101101111110100111101111100011101011000110001111110111011100011111101100 | f1e98eb7e9ef8eb18fddc7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)