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 | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
SJIS-WIN | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
EUC-JP | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
UTF-8 | 챘혷혮`챘혷혮OB | 111011001011000110011000111011011001100010110111111011011001100010101110011000001110110010110001100110001110110110011000101101111110110110011000101011100100111101000010 | ecb198ed98b7ed98ae60ecb198ed98b7ed98ae4f42 |
UHC | 챘혷혮`챘혷혮OB | 110000111010101111000010100111101100001010010101011000001100001110101011110000101001111011000010100101010100111101000010 | c3abc29ec29560c3abc29ec2954f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)