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 | 涅??泣?? | 1001111110111000001111110011111110001011100000110011111100111111 | 9fb83f3f8b833f3f |
| EUC-JP | 涅??泣?? | 1101111010111010001111110011111110110101111000110011111100111111 | deba3f3fb5e33f3f |
| UTF-8 | 涅곕뀞泣앭틫 | 111001101011011010000101111010101011001110010101111010111000000010011110111001101011001110100011111011001001010110101101111011011000101110101011 | e6b685eab395eb809ee6b3a3ec95aded8bab |
| UHC | 涅곕뀞泣앭틫 | 111001101110111010110000111010111000010110010101111010111110100010011101111001011011101010010101 | e6eeb0eb8595ebe89de5ba95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)