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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??汀?懿 | 00111111001111111001001011110011001111111001110011110010 | 3f3f92f33f9cf2 |
EUC-JP | ??汀?懿 | 00111111001111111100010011110101001111111101100011110100 | 3f3fc4f53fd8f4 |
UTF-8 | 綎렫汀렡懿 | 111001111011011010001110111010111010000010101011111001101011000110000000111010111010000010100001111001101000011110111111 | e7b68eeba0abe6b180eba0a1e687bf |
UHC | 綎렫汀렡懿 | 11101111111100101000111010111001111011111110001010001110101100101110101111110011 | eff28eb9efe28eb2ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)