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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 禎私?媛狡? | 10010010111101011000111010000100001111111001010101010001111000001100001000111111 | 92f58e843f9551e0c23f |
| EUC-JP | 禎私?媛狡? | 11000100111101111011101111100100001111111100100110110010111000001100010000111111 | c4f7bbe43fc9b2e0c43f |
| UTF-8 | 禎私깃媛狡딸 | 111001111010011010001110111001111010011110000001111010101011100110000011111001011010101010011011111001111000101110100001111010111001010010111000 | e7a68ee7a781eab983e5aa9be78ba1eb94b8 |
| UHC | 禎私깃媛狡딸 | 111011111110111011011110111001111011000111101010111010101011000011001110111010101011010111111110 | efeedee7b1eaeab0ceeab5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)