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 | セホ煮尺上シ | 101111101100111010001110110011111000111011011010100011111110001110111100 | bece8ecf8eda8fe3bc |
EUC-JP | セホ煮尺上シ | 100011101011111010001110110011101011110011010001101111001101110010111110111001011000111010111100 | 8ebe8ecebcd1bcdcbee58ebc |
UTF-8 | セホ煮尺上シ | 111011111011110110111110111011111011111010001110111001111000010110101110111001011011000010111010111001001011100010001010111011111011110110111100 | efbdbeefbe8ee785aee5b0bae4b88aefbdbc |
UHC | ??煮尺上? | 001111110011111111101101101101001111010010101001110111111011111000111111 | 3f3fedb4f4a9dfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)