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 | 珸邑ヌ | 111000001110011110010111010101111000001101101011 | e0e79757836b |
EUC-JP | 珸邑ヌ | 111000001110100111001101101110001010010111001100 | e0e9cdb8a5cc |
UTF-8 | 珸邑ヌ | 111001111000111110111000111010011000001010010001111000111000001110001100 | e78fb8e98291e3838c |
UHC | ?邑ヌ | 0011111111101011111010011010101111001100 | 3febe9abcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)