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 | 壹脛?? | 100110101110001111100011111110000011111100111111 | 9ae3e3f83f3f |
EUC-JP | 壹脛?? | 110101001110010111100110111110100011111100111111 | d4e5e6fa3f3f |
UTF-8 | 壹脛렊렞 | 111001011010001110111001111010001000010010011011111010111010000010001010111010111010000010011110 | e5a3b9e8849beba08aeba09e |
UHC | 壹脛렊렞 | 1110110011101100110011001110101110001110101000011000111010101111 | ececcceb8ea18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)