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 | ¹·¹·^ | 10001111101110011011011110001111101110011011011101011110 | 8fb9b78fb9b75e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | ¹·¹·^ | 11000010100011111100001010111001110000101011011111000010100011111100001010111001110000101011011101011110 | c28fc2b9c2b7c28fc2b9c2b75e |
UHC | ?¹·?¹·^ | 0011111110101001111101101010000110100100001111111010100111110110101000011010010001011110 | 3fa9f6a1a43fa9f6a1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)