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?@^ | 001111110100000001010010001111110100000001011110 | 3f40523f405e |
SJIS-WIN | ?@R?@^ | 001111110100000001010010001111110100000001011110 | 3f40523f405e |
EUC-JP | ?@R?@^ | 001111110100000001010010001111110100000001011110 | 3f40523f405e |
UTF-8 | 혪@R혪@^ | 11101101100110001010101001000000010100101110110110011000101010100100000001011110 | ed98aa4052ed98aa405e |
UHC | 혪@R혪@^ | 1100001010010010010000000101001011000010100100100100000001011110 | c2924052c292405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)