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 | 蜩。蜆。讙 | 1110010110010011101000011110010110000100101000011110011010101010 | e593a1e584a1e6aa |
EUC-JP | 蜩。蜆。讙 | 11101001111100111000111010100001111010011110010010001110101000011110110010101100 | e9f38ea1e9e48ea1ecac |
UTF-8 | 蜩。蜆。讙 | 111010001001110010101001111011111011110110100001111010001001110010000110111011111011110110100001111010001010111010011001 | e89ca9efbda1e89c86efbda1e8ae99 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)