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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 吟嫩? | 1000101111100001100110110110001100111111 | 8be19b633f |
EUC-JP | 吟嫩? | 1011011011100011110101011100010000111111 | b6e3d5c43f |
UTF-8 | 吟嫩렮 | 111001011001000010011111111001011010101110101001111010111010000010101110 | e5909fe5aba9eba0ae |
UHC | 吟嫩렮 | 111010111110000111010010111011001000111010111011 | ebe1d2ec8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)