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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 籵処攻 | 111000101110000010001111100010001000110101010101 | e2e08f888d55 |
EUC-JP | 籵処攻 | 111001001110001010111101111010001011100110110110 | e4e2bde8b9b6 |
UTF-8 | 籵処攻 | 111001111011000110110101111001011000011110100110111001101001010010111011 | e7b1b5e587a6e694bb |
UHC | ??攻 | 00111111001111111100110111110100 | 3f3fcdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)