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