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 | ????鮎? | 00111111001111110011111100111111100010001011110000111111 | 3f3f3f3f88bc3f |
EUC-JP | ????鮎? | 00111111001111110011111100111111101100001011111000111111 | 3f3f3f3fb0be3f |
UTF-8 | 룶즽㈒룫鮎룴 | 111010111010001110110110111011001010011010111101111000111000100010010010111010111010001110101011111010011010111010001110111010111010001110110100 | eba3b6eca6bde38892eba3abe9ae8eeba3b4 |
UHC | 룶즽㈒룫鮎룴 | 100011111010101110100011100011111010100111000011100011111010001011101111110001101000111110101001 | 8faba38fa9c38fa2efc68fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)