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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 息臓息足臓 | 10010001101001111001000110011111100100011010011110010001101010111001000110011111 | 91a7919f91a791ab919f |
EUC-JP | 息臓息足臓 | 11000010101010011100001010100001110000101010100111000010101011011100001010100001 | c2a9c2a1c2a9c2adc2a1 |
UTF-8 | 息臓息足臓 | 111001101000000110101111111010001000011110010011111001101000000110101111111010001011011010110011111010001000011110010011 | e681afe88793e681afe8b6b3e88793 |
UHC | 息?息足? | 1110001111010011001111111110001111010011111100001110101100111111 | e3d33fe3d3f0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)