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 | ?R???L??B | 001111110101001000111111001111110011111101001100001111110011111101000010 | 3f523f3f3f4c3f3f42 |
SJIS-WIN | ?R???L??B | 001111110101001000111111001111110011111101001100001111110011111101000010 | 3f523f3f3f4c3f3f42 |
EUC-JP | ?R???L??B | 001111110101001000111111001111110011111101001100001111110011111101000010 | 3f523f3f3f4c3f3f42 |
UTF-8 | 혪R혩짝혪L혩쨋B | 111011011001100010101010010100101110110110011000101010011110110010100111100111011110110110011000101010100100110011101101100110001010100111101100101010001000101101000010 | ed98aa52ed98a9eca79ded98aa4ced98a9eca88b42 |
UHC | 혪R혩짝혪L혩쨋B | 110000101001001001010010110000101001000111000010101001101100001010010010010011001100001010010001110000101011011001000010 | c29252c291c2a6c2924cc291c2b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)