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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?賢? | 00111111100011001010101100111111 | 3f8cab3f |
EUC-JP | ?賢? | 00111111101110001010110100111111 | 3fb8ad3f |
UTF-8 | 습賢홰 | 111011001000101010110101111010001011001110100010111011011001100110110000 | ec8ab5e8b3a2ed99b0 |
UHC | 습賢홰 | 101111011100000011111010111001111100100010110011 | bdc0fae7c8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)