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 | 솩성솽솅셋 | 111011001000011010101001111011001000010010110001111011001000011010111101111011001000011010000101111011001000010110001011 | ec86a9ec84b1ec86bdec8685ec858b |
UHC | 솩성솽솅셋 | 10111100110111101011110010111010101111001110000110111100110100011011110011000010 | bcdebcbabce1bcd1bcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)