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 | 樗?悌??? | 1001001010010100001111111001001011101110001111110011111100111111 | 92943f92ee3f3f3f |
EUC-JP | 樗?悌??? | 1100001111110100001111111100010011110000001111110011111100111111 | c3f43fc4f03f3f3f |
UTF-8 | 樗렞悌잰렢렒 | 111001101010100010010111111010111010000010011110111001101000001010001100111011001001111010110000111010111010000010100010111010111010000010010010 | e6a897eba09ee6828cec9eb0eba0a2eba092 |
UHC | 樗렞悌잰렢렒 | 111011101100000010001110101011111111000010101010110000001110100110001110101100111000111010100111 | eec08eaff0aac0e98eb38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)