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 | 琮???? | 111110110110101000111111001111110011111100111111 | fb6a3f3f3f3f |
EUC-JP | 琮???? | 10001111110011001011001000111111001111110011111100111111 | 8fccb23f3f3f3f |
UTF-8 | 琮롎뤵쳩돔 | 111001111001000010101110111010111010000110001110111010111010010010110101111011001011001110101001111010111000111110010100 | e790aeeba18eeba4b5ecb3a9eb8f94 |
UHC | 琮롎뤵쳩돔 | 11110000111110011000111011010100100011111110001110101011100011101011010110111100 | f0f98ed48fe3ab8eb5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)