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 | 傲る???? | 1001100011111100100000101110100100111111001111110011111100111111 | 98fc82e93f3f3f3f |
| EUC-JP | 傲る???? | 1101000011111110101001001110101100111111001111110011111100111111 | d0fea4eb3f3f3f3f |
| UTF-8 | 傲る챶栒됪껸 | 111001011000001010110010111000111000001010001011111011001011000110110110111001101010000010010010111010111001000010101010111010101011101110111000 | e582b2e3828becb1b6e6a092eb90aaeabbb8 |
| UHC | 傲る챶栒됪껸 | 111001111110110010101010111010111010101010000011111000101110001110001001111001101011001010111001 | e7ecaaebaa83e2e389e6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)