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 | 顏ェ繧我隴 | 1110100011111000101010101110001110000010100010011110010011111000101101001110100010101101 | e8f8aae38289e4f8b4e8ad |
EUC-JP | 顏ェ繧我?隴 | 1111000011111010100011101010101011100101111000101011001011100110001111111111000010101111 | f0fa8eaae5e2b2e63ff0af |
UTF-8 | 顏ェ繧我隴 | 111010011010000110001111111011111011110110101010111001111011100110100111111001101000100010010001111011101001100110010011111010011001101010110100 | e9a18fefbdaae7b9a7e68891ee9993e99ab4 |
UHC | ???我?? | 00111111001111110011111111100100101100100011111100111111 | 3f3f3fe4b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)