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 | 蝮ヲ蜊帝# | 111001011001110110100110111001011000110110010010111010011000000110010100 | e59da6e58d92e98194 |
EUC-JP | 蝮ヲ蜊帝# | 11101001111111011000111010100110111010011110110111000100111010111010000111110100 | e9fd8ea6e9edc4eba1f4 |
UTF-8 | 蝮ヲ蜊帝# | 111010001001110110101110111011111011110110100110111010001001110010001010111001011011100010011101111011111011110010000011 | e89daeefbda6e89c8ae5b89defbc83 |
UHC | ???帝# | 00111111001111110011111111110000101010001010001110100011 | 3f3f3ff0a8a3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)