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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ニ邯。齏璽 | 11110000111010101100011011100111101101101010000111101000111010111000111010100011 | f0eac6e7b6a1e8eb8ea3 |
EUC-JP | ?ニ邯。齏璽 | 0011111110001110110001101110111010111000100011101010000111110000111011011011110010100101 | 3f8ec6eeb88ea1f0edbca5 |
UTF-8 | ニ邯。齏璽 | 111011101000001010101001111011111011111010000110111010011000001010101111111011111011110110100001111010011011110110001111111001111001001010111101 | ee82a9efbe86e982afefbda1e9bd8fe792bd |
UHC | ??邯??璽 | 0011111100111111110010101111101100111111001111111101111111011110 | 3f3fcafb3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)