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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 闔①闔①B | 111010001000111010000111010000001110100010001110100001110100000001000010 | e88e8740e88e874042 |
EUC-JP | 闔?闔?B | 11101111111011100011111111101111111011100011111101000010 | efee3fefee3f42 |
UTF-8 | 闔①闔①B | 11101001100101111001010011100010100100011010000011101001100101111001010011100010100100011010000001000010 | e99794e291a0e99794e291a042 |
UHC | 闔①闔①B | 111110011110111110101000111001111111100111101111101010001110011101000010 | f9efa8e7f9efa8e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)