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 | 釈蔀ソ | 1000111011011111100011101100000110111111 | 8edf8ec1bf |
EUC-JP | 釈蔀ソ | 101111001110000110111100110000111000111010111111 | bce1bcc38ebf |
UTF-8 | 釈蔀ソ | 111010011000011110001000111010001001010010000000111011111011110110111111 | e98788e89480efbdbf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)