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 | ?艦紺 | 0011111110001010110011011000110110101110 | 3f8acd8dae |
EUC-JP | ?艦紺 | 0011111110110100110011111011101010110000 | 3fb4cfbab0 |
UTF-8 | 뤩艦紺 | 111010111010010010101001111010001000100110100110111001111011010010111010 | eba4a9e889a6e7b4ba |
UHC | 뤩艦紺 | 100011111101011111111001111001101100101011111010 | 8fd7f9e6cafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)