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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 哉潘? | 1000110111000110111000000100111000111111 | 8dc6e04e3f |
EUC-JP | 哉潘殮 | 10111010110010001101111110101111100011111100011010101110 | bac8dfaf8fc6ae |
UTF-8 | 哉潘殮 | 111001011001001110001001111001101011110110011000111001101010111010101110 | e59389e6bd98e6aeae |
UHC | 哉潘殮 | 111011101010001111011010111010111101011010110001 | eea3daebd6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)