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 | 琮??? | 1111101101101010001111110011111100111111 | fb6a3f3f3f |
EUC-JP | 琮??? | 100011111100110010110010001111110011111100111111 | 8fccb23f3f3f |
UTF-8 | 琮롎뤵쳩 | 111001111001000010101110111010111010000110001110111010111010010010110101111011001011001110101001 | e790aeeba18eeba4b5ecb3a9 |
UHC | 琮롎뤵쳩 | 1111000011111001100011101101010010001111111000111010101110001110 | f0f98ed48fe3ab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)