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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 樗?淫私?B | 100100101001010000111111100010001111101010001110100001000011111101000010 | 92943f88fa8e843f42 |
EUC-JP | 樗?淫私?B | 110000111111010000111111101100001111110010111011111001000011111101000010 | c3f43fb0fcbbe43f42 |
UTF-8 | 樗렞淫私쓱B | 11100110101010001001011111101011101000001001111011100110101101111010101111100111101001111000000111101100100100111011000101000010 | e6a897eba09ee6b7abe7a781ec93b142 |
UHC | 樗렞淫私쓱B | 1110111011000000100011101010111111101011111000101101111011100111101111101011001101000010 | eec08eafebe2dee7beb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)