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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?幸 | 001111111000110101001011 | 3f8d4b |
EUC-JP | ?幸 | 001111111011100110101100 | 3fb9ac |
UTF-8 | 둚幸 | 111010111001000110011010111001011011100110111000 | eb919ae5b9b8 |
UHC | 둚幸 | 10001010010100101111101010111001 | 8a52fab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)