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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 烏??烏??B | 100010010100011100111111001111111000100101000111001111110011111101000010 | 89473f3f89473f3f42 |
| EUC-JP | 烏??烏??B | 101100011010100000111111001111111011000110101000001111110011111101000010 | b1a83f3fb1a83f3f42 |
| UTF-8 | 烏녽톬烏녽톬B | 11100111100000111000111111101011100001011011110111101101100001101010110011100111100000111000111111101011100001011011110111101101100001101010110001000010 | e7838feb85bded86ace7838feb85bded86ac42 |
| UHC | 烏녽톬烏녽톬B | 11101000101000011000011011101001101101111000010011101000101000011000011011101001101101111000010001000010 | e8a186e9b784e8a186e9b78442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)