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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 솟얏롚앉롕 | 111011001000011010011111111011001001011010001111111010111010000110011010111011001001010110001001111010111010000110010101 | ec869fec968feba19aec9589eba195 |
UHC | 솟얏롚앉롕 | 10111100110110101011111011100110100011101101111010111110110010011000111011011001 | bcdabee68edebec98ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)