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 | 儼??㎜ | 100110010101011000111111001111111000011101101111 | 99563f3f876f |
EUC-JP | 儼??? | 1101000110110111001111110011111100111111 | d1b73f3f3f |
UTF-8 | 儼벿랐㎜ | 111001011000010010111100111010111011001010111111111010111001111010010000111000111000111010011100 | e584bcebb2bfeb9e90e38e9c |
UHC | 儼벿랐㎜ | 1110010111110000100100111100111010110110111110101010011110101110 | e5f093ceb6faa7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)