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 | ?h?H?h?H^ | 001111110110100000111111010010000011111101101000001111110100100001011110 | 3f683f483f683f485e |
SJIS-WIN | ?h?H?h?H^ | 001111110110100000111111010010000011111101101000001111110100100001011110 | 3f683f483f683f485e |
EUC-JP | ?h?H?h?H^ | 001111110110100000111111010010000011111101101000001111110100100001011110 | 3f683f483f683f485e |
UTF-8 | 혨h채H혨h채H^ | 1110110110011000101010000110100011101100101100011000010001001000111011011001100010101000011010001110110010110001100001000100100001011110 | ed98a868ecb18448ed98a868ecb184485e |
UHC | 혨h채H혨h채H^ | 11000010100100000110100011000011101001000100100011000010100100000110100011000011101001000100100001011110 | c29068c3a448c29068c3a4485e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)