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 | 傳私?媛狡? | 10011001010000101000111010000100001111111001010101010001111000001100001000111111 | 99428e843f9551e0c23f |
| EUC-JP | 傳私?媛狡? | 11010001101000111011101111100100001111111100100110110010111000001100010000111111 | d1a3bbe43fc9b2e0c43f |
| UTF-8 | 傳私깃媛狡딸 | 111001011000001010110011111001111010011110000001111010101011100110000011111001011010101010011011111001111000101110100001111010111001010010111000 | e582b3e7a781eab983e5aa9be78ba1eb94b8 |
| UHC | 傳私깃媛狡딸 | 111011101110111011011110111001111011000111101010111010101011000011001110111010101011010111111110 | eeeedee7b1eaeab0ceeab5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)