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 | ??????|^ | 0011111100111111001111110011111100111111001111110111110001011110 | 3f3f3f3f3f3f7c5e |
SJIS-WIN | セャ蒔セ、偲|^ | 10111110101011001000111010101010101111101010010010001110110000110111110001011110 | beac8eaabea48ec37c5e |
EUC-JP | セャ蒔セ、偲|^ | 1000111010111110100011101010110010111100101011001000111010111110100011101010010010111100110001010111110001011110 | 8ebe8eacbcac8ebe8ea4bcc57c5e |
UTF-8 | セャ蒔セ、偲|^ | 1110111110111101101111101110111110111101101011001110100010010010100101001110111110111101101111101110111110111101101001001110010110000001101100100111110001011110 | efbdbeefbdace89294efbdbeefbda4e581b27c5e |
UHC | ??蒔???|^ | 001111110011111111100011110010000011111100111111001111110111110001011110 | 3f3fe3c83f3f3f7c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)