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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 宍杓h宍杓 | 100011101011001110001110110110110110100010001110101100111000111011011011 | 8eb38edb688eb38edb |
EUC-JP | 宍杓h宍杓 | 101111001011010110111100110111010110100010111100101101011011110011011101 | bcb5bcdd68bcb5bcdd |
UTF-8 | 宍杓h宍杓 | 11100101101011101000110111100110100111011001001101101000111001011010111010001101111001101001110110010011 | e5ae8de69d9368e5ae8de69d93 |
UHC | ?杓h?杓 | 00111111111110001111010101101000001111111111100011110101 | 3ff8f5683ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)