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 | 好??? | 1000110101000100001111110011111100111111 | 8d443f3f3f |
EUC-JP | 好泮?? | 10111001101001011000111111000111101010000011111100111111 | b9a58fc7a83f3f |
UTF-8 | 好泮⊙뤰 | 111001011010010110111101111001101011001110101110111000101000101010011001111010111010010010110000 | e5a5bde6b3aee28a99eba4b0 |
UHC | 好泮⊙뤰 | 1111101110111111110110101110101010100010110000011000111111011110 | fbbfdaeaa2c18fde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)