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 | セホ煮尺蕉ヤ | 101111101100111010001110110011111000111011011010100011111101010011010100 | bece8ecf8eda8fd4d4 |
EUC-JP | セホ煮尺蕉ヤ | 100011101011111010001110110011101011110011010001101111001101110010111110110101101000111011010100 | 8ebe8ecebcd1bcdcbed68ed4 |
UTF-8 | セホ煮尺蕉ヤ | 111011111011110110111110111011111011111010001110111001111000010110101110111001011011000010111010111010001001010110001001111011111011111010010100 | efbdbeefbe8ee785aee5b0bae89589efbe94 |
UHC | ??煮尺蕉? | 001111110011111111101101101101001111010010101001111101011010111100111111 | 3f3fedb4f4a9f5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)