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 | §¡¢^ | 100100011010011110010001101000011001000110011111100100011010001001011110 | 91a791a1919f91a25e |
SJIS-WIN | ?§?????¢^ | 0011111110000001100110000011111100111111001111110011111100111111100000011001000101011110 | 3f81983f3f3f3f3f81915e |
EUC-JP | ?§?¡???¢^ | 00111111101000011111100000111111100011111010001011000010001111110011111100111111101000011111000101011110 | 3fa1f83f8fa2c23f3f3fa1f15e |
UTF-8 | §¡¢^ | 1100001010010001110000101010011111000010100100011100001010100001110000101001000111000010100111111100001010010001110000101010001001011110 | c291c2a7c291c2a1c291c29fc291c2a25e |
UHC | ?§?¡????^ | 0011111110100001110101110011111110100010101011100011111100111111001111110011111101011110 | 3fa1d73fa2ae3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)