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?H?@?? | 0011111101010010001111110100100000111111010000000011111100111111 | 3f523f483f403f3f |
SJIS-WIN | ?R?H?@?? | 0011111101010010001111110100100000111111010000000011111100111111 | 3f523f483f403f3f |
EUC-JP | ?R?H?@?? | 0011111101010010001111110100100000111111010000000011111100111111 | 3f523f483f403f3f |
UTF-8 | 혪R혪H혪@혩혻 | 111011011001100010101010010100101110110110011000101010100100100011101101100110001010101001000000111011011001100010101001111011011001100010111011 | ed98aa52ed98aa48ed98aa40ed98a9ed98bb |
UHC | 혪R혪H혪@혩혻 | 11000010100100100101001011000010100100100100100011000010100100100100000011000010100100011100001010100000 | c29252c29248c29240c291c2a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)