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 | 予??姙 | 100101110101110000111111001111111001101101001011 | 975c3f3f9b4b |
EUC-JP | 予??姙 | 110011011011110100111111001111111101010110101100 | cdbd3f3fd5ac |
UTF-8 | 予뀄쓼姙 | 111001001011101010001000111010111000000010000100111011001001001110111100111001011010011110011001 | e4ba88eb8084ec93bce5a799 |
UHC | 予뀄쓼姙 | 1110010111111000101100101110110110011101100101111110110011110101 | e5f8b2ed9d97ecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)