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 | 겝賢훑 | 111010101011001010011101111010001011001110100010111011011001101110010001 | eab29de8b3a2ed9b91 |
UHC | 겝賢훑 | 101100001101100011111010111001111100100011001000 | b0d8fae7c8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)