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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 怏?‘純? | 1001110010001001001111111000000101100101100011111000001100111111 | 9c893f81658f833f |
EUC-JP | 怏?‘純? | 1101011111101001001111111010000111000110101111011110001100111111 | d7e93fa1c6bde33f |
UTF-8 | 怏얜‘純뢆 | 111001101000000010001111111011001001011010011100111000101000000010011000111001111011010010010100111010111010001010000110 | e6808fec969ce28098e7b494eba286 |
UHC | 怏얜‘純뢆 | 11100100111010001011111011101011101000011010111011100010111011011000111101000010 | e4e8beeba1aee2ed8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)