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 | ?悸與 | 0011111110011100101001111110010001101111 | 3f9ca7e46f |
EUC-JP | ?悸與 | 0011111111011000101010011110011111010000 | 3fd8a9e7d0 |
UTF-8 | 룵悸與 | 111010111010001110110101111001101000001010111000111010001000100010000111 | eba3b5e682b8e88887 |
UHC | 룵悸與 | 100011111010101011001100111110111110011010101000 | 8faaccfbe6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)