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 | 癲??艤? | 11100001100111110011111100111111111001000111111000111111 | e19f3f3fe47e3f |
EUC-JP | 癲??艤? | 11100010101000010011111100111111111001111101111100111111 | e2a13f3fe7df3f |
UTF-8 | 癲븍짘艤퓀 | 111001111001100110110010111010111011100010001101111011001010011110011000111010001000100110100100111011011001001110000000 | e799b2ebb88deca798e889a4ed9380 |
UHC | 癲븍짘艤퓀 | 11101111101001101011101011101011101000111001111111101011111110101011111101101000 | efa6baeba39febfabf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)