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 | 迯サ阨セ阨セ | 111001111000110110111011111010001001010110111110111010001001010110111110 | e78dbbe895bee895be |
| EUC-JP | 迯サ阨セ阨セ | 111011011110110110001110101110111110111111110101100011101011111011101111111101011000111010111110 | eded8ebbeff58ebeeff58ebe |
| UTF-8 | 迯サ阨セ阨セ | 111010001011111110101111111011111011110110111011111010011001100010101000111011111011110110111110111010011001100010101000111011111011110110111110 | e8bfafefbdbbe998a8efbdbee998a8efbdbe |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)