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 | 險晧唖 | 111010001010100010011101111011001000100010100000 | e8a89dec88a0 |
EUC-JP | 險晧唖 | 111100001010101011011010111011101011000010100010 | f0aadaeeb0a2 |
UTF-8 | 險晧唖 | 111010011001101010101010111001101001100110100111111001011001010010010110 | e99aaae699a7e59496 |
UHC | 險晧? | 1111101011001111111110111100010100111111 | facffbc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)