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 | 唯甚?唯 | 10010111010000101001000001110010001111111001011101000010 | 974290723f9742 |
EUC-JP | 唯甚璹唯 | 110011011010001110111111110100111000111111001100111001111100110110100011 | cda3bfd38fcce7cda3 |
UTF-8 | 唯甚璹唯 | 111001011001010010101111111001111001010010011010111001111001001010111001111001011001010010101111 | e594afe7949ae792b9e594af |
UHC | 唯甚璹唯 | 1110101011100110111001001010010011100010110110111110101011100110 | eae6e4a4e2dbeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)