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 | 製製^ | 11101000101000111011110111101000101000111011110101011110 | e8a3bde8a3bd5e |
SJIS-WIN | ?£??£?^ | 001111111000000110010010001111110011111110000001100100100011111101011110 | 3f81923f3f81923f5e |
EUC-JP | ��^ | 10001111101010111011001010100001111100100011111110001111101010111011001010100001111100100011111101011110 | 8fabb2a1f23f8fabb2a1f23f5e |
UTF-8 | 製製^ | 11000011101010001100001010100011110000101011110111000011101010001100001010100011110000101011110101011110 | c3a8c2a3c2bdc3a8c2a3c2bd5e |
UHC | ??½??½^ | 001111110011111110101000111101100011111100111111101010001111011001011110 | 3f3fa8f63f3fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)