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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 「齊ェ嫉煆 | 11110001111000101010001011101010100011101010101010001110101110011111101101010110 | f1e2a2ea8eaa8eb9fb56 |
EUC-JP | ?「齊ェ嫉煆 | 001111111000111010100010111100111110111010001110101010101011110010111011100011111100100111110100 | 3f8ea2f3ee8eaabcbb8fc9f4 |
UTF-8 | 「齊ェ嫉煆 | 111011101000010110011101111011111011110110100010111010011011110110001010111011111011110110101010111001011010101110001001111001111000010110000110 | ee859defbda2e9bd8aefbdaae5ab89e78586 |
UHC | ??齊?嫉? | 0011111100111111111100001011101000111111111100101110110000111111 | 3f3ff0ba3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)