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???R?? | 0011111101010010001111110011111100111111010100100011111100111111 | 3f523f3f3f523f3f |
SJIS-WIN | ?R???R?? | 0011111101010010001111110011111100111111010100100011111100111111 | 3f523f3f3f523f3f |
EUC-JP | ?R???R?? | 0011111101010010001111110011111100111111010100100011111100111111 | 3f523f3f3f523f3f |
UTF-8 | 혪R혩짹혪R혩짝 | 1110110110011000101010100101001011101101100110001010100111101100101001111011100111101101100110001010101001010010111011011001100010101001111011001010011110011101 | ed98aa52ed98a9eca7b9ed98aa52ed98a9eca79d |
UHC | 혪R혩짹혪R혩짝 | 1100001010010010010100101100001010010001110000101011000111000010100100100101001011000010100100011100001010100110 | c29252c291c2b1c29252c291c2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)