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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邊ョ闡幄即 | 111001111011001010101110111010001001000110011011111010001001000110100110 | e7b2aee8919be891a6 |
EUC-JP | 邊ョ闡幄即 | 11101110101101001000111010101110111011111111000111010110111010101100001010101000 | eeb48eaeeff1d6eac2a8 |
UTF-8 | 邊ョ闡幄即 | 111010011000001010001010111011111011110110101110111010011001011110100001111001011011100110000100111001011000110110110011 | e9828aefbdaee997a1e5b984e58db3 |
UHC | 邊?闡幄? | 1101110010101011001111111111010011000101111001001100000100111111 | dcab3ff4c5e4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)