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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???墉 | 001111110011111100111111100011111011100010111111 | 3f3f3f8fb8bf |
UTF-8 | 樂뗦㎙墉 | 111011111010011010111111111010111001011110100110111000111000111010011001111001011010001010001001 | efa6bfeb97a6e38e99e5a289 |
UHC | 樂뗦㎙墉 | 1110100011111001100010111110011010100111101010111110100110111010 | e8f98be6a7abe9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)