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 | 疾涬エ莽 | 111100001010011110001110101111101111101101000001101101001110010011001101 | f0a78ebefb41b4e4cd |
EUC-JP | ?疾涬エ莽 | 00111111101111001100000010001111110001111100111110001110101101001110100011001111 | 3fbcc08fc7cf8eb4e8cf |
UTF-8 | 疾涬エ莽 | 111011101000000110100110111001111001011010111110111001101011011010101100111011111011110110110100111010001000111010111101 | ee81a6e796bee6b6acefbdb4e88ebd |
UHC | ?疾??莽 | 00111111111100101111000000111111001111111101100011010101 | 3ff2f03f3fd8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)