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 | ニ邯。鉙 | 1111000011101010110001101110011110110110101000011111101111001000 | f0eac6e7b6a1fbc8 |
EUC-JP | ?ニ邯。鉙 | 00111111100011101100011011101110101110001000111010100001100011111110001111100011 | 3f8ec6eeb88ea18fe3e3 |
UTF-8 | ニ邯。鉙 | 111011101000001010101001111011111011111010000110111010011000001010101111111011111011110110100001111010011000100110011001 | ee82a9efbe86e982afefbda1e98999 |
UHC | ??邯?? | 001111110011111111001010111110110011111100111111 | 3f3fcafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)