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 | 隗ク竏ェ | 111010001010011110111000111000101000100010101010 | e8a7b8e288aa |
EUC-JP | 隗ク竏ェ | 1111000010101001100011101011100011100011111010001000111010101010 | f0a98eb8e3e88eaa |
UTF-8 | 隗ク竏ェ | 111010011001101010010111111011111011110110111000111001111010101110001111111011111011110110101010 | e99a97efbdb8e7ab8fefbdaa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)