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 | 葬??窈 | 100100011001001000111111001111111110001001110111 | 91923f3fe277 |
EUC-JP | 葬??窈 | 110000011111001000111111001111111110001111011000 | c1f23f3fe3d8 |
UTF-8 | 葬싷풁窈 | 111010001001000110101100111011001000101110110111111011011001001010000001111001111010101010001000 | e891acec8bb7ed9281e7aa88 |
UHC | 葬싷풁窈 | 1110110111110111100110101110111110111110100010101110100110100001 | edf79aefbe8ae9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)