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 | 纈瑚或 | 111000111001001010001100111010001000100010111101 | e3928ce888bd |
EUC-JP | 纈瑚或 | 111001011111001010111000111010101011000010111111 | e5f2b8eab0bf |
UTF-8 | 纈瑚或 | 111001111011101010001000111001111001000110011010111001101000100010010110 | e7ba88e7919ae68896 |
UHC | ?瑚或 | 0011111111111011110100011111101111100100 | 3ffbd1fbe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)