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 | 臍絅?唯 | 11100100011000001110001101000100001111111001011101000010 | e460e3443f9742 |
EUC-JP | 臍絅?唯 | 11100111110000011110010110100101001111111100110110100011 | e7c1e5a53fcda3 |
UTF-8 | 臍絅벅唯 | 111010001000011110001101111001111011010110000101111010111011001010000101111001011001010010101111 | e8878de7b585ebb285e594af |
UHC | 臍絅벅唯 | 1111000010110000110011001110011110111001111101111110101011100110 | f0b0cce7b9f7eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)