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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 箚ェシ | 111110001110001011100010101100101010101010111100 | f8e2e2b2aabc |
EUC-JP | ?箚ェシ | 00111111111001001011010010001110101010101000111010111100 | 3fe4b48eaa8ebc |
UTF-8 | 箚ェシ | 111011101001101010000001111001111010111010011010111011111011110110101010111011111011110110111100 | ee9a81e7ae9aefbdaaefbdbc |
UHC | ?箚?? | 0011111111110011101100000011111100111111 | 3ff3b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)