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 | 鬩戊圖 | 111010011010100110010101111010001001101010100100 | e9a995e89aa4 |
EUC-JP | 鬩戊圖 | 111100101010101111001010111010101101010010100110 | f2abcaead4a6 |
UTF-8 | 鬩戊圖 | 111010011010110010101001111001101000100010001010111001011001110010010110 | e9aca9e6888ae59c96 |
UHC | ?戊圖 | 0011111111011001111001101101001111110001 | 3fd9e6d3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)