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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?艦紺? | 001111111000101011001101100011011010111000111111 | 3f8acd8dae3f |
EUC-JP | ?艦紺? | 001111111011010011001111101110101011000000111111 | 3fb4cfbab03f |
UTF-8 | 뤩艦紺킁 | 111010111010010010101001111010001000100110100110111001111011010010111010111011011000001010000001 | eba4a9e889a6e7b4baed8281 |
UHC | 뤩艦紺킁 | 1000111111010111111110011110011011001010111110101100010110101111 | 8fd7f9e6cafac5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)