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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 柴邪}柴邪{^ | 1000111011000100100011101101011101111101100011101100010010001110110101110111101101011110 | 8ec48ed77d8ec48ed77b5e |
EUC-JP | 柴邪}柴邪{^ | 1011110011000110101111001101100101111101101111001100011010111100110110010111101101011110 | bcc6bcd97dbcc6bcd97b5e |
UTF-8 | 柴邪}柴邪{^ | 111001101001111110110100111010011000001010101010011111011110011010011111101101001110100110000010101010100111101101011110 | e69fb4e982aa7de69fb4e982aa7b5e |
UHC | 柴邪}柴邪{^ | 1110001111000011110111101111011101111101111000111100001111011110111101110111101101011110 | e3c3def77de3c3def77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)