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 | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
EUC-JP | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
UTF-8 | 챈혟혖혡혢H | 11101100101100011000100011101101100110001001111111101101100110001001011011101101100110001010000111101101100110001010001001001000 | ecb188ed989fed9896ed98a1ed98a248 |
UHC | 챈혟혖혡혢H | 1100001110100110110000101000100111000010100000011100001010001010110000101000101101001000 | c3a6c289c281c28ac28b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)