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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | シ狆ヤシ狆ルP | 101111001110000010111100110101001011110011100000101111001101100101010000 | bce0bcd4bce0bcd950 |
EUC-JP | シ狆ヤシ狆ルP | 10001110101111001110000010111110100011101101010010001110101111001110000010111110100011101101100101010000 | 8ebce0be8ed48ebce0be8ed950 |
UTF-8 | シ狆ヤシ狆ルP | 11101111101111011011110011100111100010111000011011101111101111101001010011101111101111011011110011100111100010111000011011101111101111101001100101010000 | efbdbce78b86efbe94efbdbce78b86efbe9950 |
UHC | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)