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??\ | 001111110101001000111111001111110011111101001100001111110011111101011100 | 3f523f3f3f4c3f3f5c |
SJIS-WIN | ?R???L??\ | 001111110101001000111111001111110011111101001100001111110011111101011100 | 3f523f3f3f4c3f3f5c |
EUC-JP | ?R???L??\ | 001111110101001000111111001111110011111101001100001111110011111101011100 | 3f523f3f3f4c3f3f5c |
UTF-8 | 혪R혩짹혪L혩쨔\ | 111011011001100010101010010100101110110110011000101010011110110010100111101110011110110110011000101010100100110011101101100110001010100111101100101010001001010001011100 | ed98aa52ed98a9eca7b9ed98aa4ced98a9eca8945c |
UHC | 혪R혩짹혪L혩쨔\ | 110000101001001001010010110000101001000111000010101100011100001010010010010011001100001010010001110000101011100101011100 | c29252c291c2b1c2924cc291c2b95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)