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 | 熔脩☆ | 100101110110111111100011111110011000000110011001 | 976fe3f98199 |
EUC-JP | 熔脩☆ | 110011011101000011100110111110111010000111111001 | cdd0e6fba1f9 |
UTF-8 | 熔脩☆ | 111001111000011010010100111010001000010010101001111000101001100010000110 | e78694e884a9e29886 |
UHC | 熔脩☆ | 111010011100001011100010101110111010000111011001 | e9c2e2bba1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)