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 | ???m???P | 0011111100111111001111110110110100111111001111110011111101010000 | 3f3f3f6d3f3f3f50 |
SJIS-WIN | ???m???P | 0011111100111111001111110110110100111111001111110011111101010000 | 3f3f3f6d3f3f3f50 |
EUC-JP | ???m???P | 0011111100111111001111110110110100111111001111110011111101010000 | 3f3f3f6d3f3f3f50 |
UTF-8 | 채짖혘m혦혣혗P | 1110110010110001100001001110110010100111100101101110110110011000100110000110110111101101100110001010011011101101100110001010001111101101100110001001011101010000 | ecb184eca796ed98986ded98a6ed98a3ed989750 |
UHC | 채짖혘m혦혣혗P | 1100001110100100110000101010001011000010100000110110110111000010100011101100001010001100110000101000001001010000 | c3a4c2a2c2836dc28ec28cc28250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)