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 | 北蘓}北蘓{^ | 1001011001101011111001010101111001111101100101100110101111100101010111100111101101011110 | 966be55e7d966be55e7b5e |
EUC-JP | 北蘓}北蘓{^ | 1100101111001100111010011011111101111101110010111100110011101001101111110111101101011110 | cbcce9bf7dcbcce9bf7b5e |
UTF-8 | 北蘓}北蘓{^ | 111001011000110010010111111010001001100010010011011111011110010110001100100101111110100010011000100100110111101101011110 | e58c97e898937de58c97e898937b5e |
UHC | 北?}北?{^ | 110111011100000100111111011111011101110111000001001111110111101101011110 | ddc13f7dddc13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)