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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | サワnサワnB | 10111011110111000110111010111011110111000110111001000010 | bbdc6ebbdc6e42 |
EUC-JP | サワnサワnB | 1000111010111011100011101101110001101110100011101011101110001110110111000110111001000010 | 8ebb8edc6e8ebb8edc6e42 |
UTF-8 | サワnサワnB | 111011111011110110111011111011111011111010011100011011101110111110111101101110111110111110111110100111000110111001000010 | efbdbbefbe9c6eefbdbbefbe9c6e42 |
UHC | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)