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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鍈?㎞? | 111110100101111000111111100001110111000100111111 | fa5e3f87713f |
EUC-JP | 鍈??? | 100011111110010011101001001111110011111100111111 | 8fe4e93f3f3f |
UTF-8 | 鍈㏓㎞격 | 111010011000110110001000111000111000111110010011111000111000111010011110111010101011001010101001 | e98d88e38f93e38e9eeab2a9 |
UHC | 鍈㏓㎞격 | 1110011111001100101001111110101110100111101100001011000011011101 | e7cca7eba7b0b0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)