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 | ニ邯。齏 | 1111000011101010110001101110011110110110101000011110100011101011 | f0eac6e7b6a1e8eb |
EUC-JP | ?ニ邯。齏 | 001111111000111011000110111011101011100010001110101000011111000011101101 | 3f8ec6eeb88ea1f0ed |
UTF-8 | ニ邯。齏 | 111011101000001010101001111011111011111010000110111010011000001010101111111011111011110110100001111010011011110110001111 | ee82a9efbe86e982afefbda1e9bd8f |
UHC | ??邯?? | 001111110011111111001010111110110011111100111111 | 3f3fcafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)