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 | 狒禧狒烱狒禧 | 111000001011111111100010010101011110000010111111111000000111011111100000101111111110001001010101 | e0bfe255e0bfe077e0bfe255 |
| EUC-JP | 狒禧狒烱狒禧 | 111000001100000111100011101101101110000011000001110111111101100011100000110000011110001110110110 | e0c1e3b6e0c1dfd8e0c1e3b6 |
| UTF-8 | 狒禧狒烱狒禧 | 111001111000101110010010111001111010011010100111111001111000101110010010111001111000001110110001111001111000101110010010111001111010011010100111 | e78b92e7a6a7e78b92e783b1e78b92e7a6a7 |
| UHC | ?禧?烱?禧 | 001111111111110111111011001111111100110011011110001111111111110111111011 | 3ffdfb3fccde3ffdfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)