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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 篠吾篠預B | 100011101100001010001100111000011000111011000010100101110110000101000010 | 8ec28ce18ec2976142 |
EUC-JP | 篠吾篠預B | 101111001100010010111000111000111011110011000100110011011100001001000010 | bcc4b8e3bcc4cdc242 |
UTF-8 | 篠吾篠預B | 11100111101011111010000011100101100100001011111011100111101011111010000011101001101000001001000001000010 | e7afa0e590bee7afa0e9a09042 |
UHC | 篠吾篠預B | 111000011100011011100111111011101110000111000110111001111110100001000010 | e1c6e7eee1c6e7e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)