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 | 簇絅???? | 1110001011000110111000110100010000111111001111110011111100111111 | e2c6e3443f3f3f3f |
EUC-JP | 簇絅?庾?? | 11100100110010001110010110100101001111111000111110111100110011100011111100111111 | e4c8e5a53f8fbcce3f3f |
UTF-8 | 簇絅벚庾縷렍 | 111001111011000010000111111001111011010110000101111010111011001010011010111001011011101010111110111011111010010110010000111010111010000010001101 | e7b087e7b585ebb29ae5babeefa590eba08d |
UHC | 簇絅벚庾縷렍 | 111100001110101011001100111001111011101010100010111010101110110011010010111010101000111010100011 | f0eacce7baa2eaecd2ea8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)