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 | 羂碁・ | 111000111010111010001100111010011000000101000101 | e3ae8ce98145 |
EUC-JP | 羂碁・ | 111001101011000010111000111010111010000110100110 | e6b0b8eba1a6 |
UTF-8 | 羂碁・ | 111001111011111010000010111001111010001010000001111000111000001110111011 | e7be82e7a281e383bb |
UHC | ?碁? | 00111111110100011011001100111111 | 3fd1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)