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 | 0011111100111111010100100011111100111111001111110011111101101000 | 3f3f523f3f3f3f68 |
SJIS-WIN | ??R????h | 0011111100111111010100100011111100111111001111110011111101101000 | 3f3f523f3f3f3f68 |
EUC-JP | ??R????h | 0011111100111111010100100011111100111111001111110011111101101000 | 3f3f523f3f3f3f68 |
UTF-8 | 횄짚R횂혖횂혷h | 1110110110011010100001001110110010100111100110100101001011101101100110101000001011101101100110001001011011101101100110101000001011101101100110001011011101101000 | ed9a84eca79a52ed9a82ed9896ed9a82ed98b768 |
UHC | 횄짚R횂혖횂혷h | 1100001110000011110000101010010001010010110000111000001011000010100000011100001110000010110000101001111001101000 | c383c2a452c382c281c382c29e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)