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 | 啼薺}啼薺{^ | 1001101001100101111001010101010001111101100110100110010111100101010101000111101101011110 | 9a65e5547d9a65e5547b5e |
EUC-JP | 啼薺}啼薺{^ | 1101001111000110111010011011010101111101110100111100011011101001101101010111101101011110 | d3c6e9b57dd3c6e9b57b5e |
UTF-8 | 啼薺}啼薺{^ | 111001011001010110111100111010001001011010111010011111011110010110010101101111001110100010010110101110100111101101011110 | e595bce896ba7de595bce896ba7b5e |
UHC | 啼薺}啼薺{^ | 1111000010100110111100001011000101111101111100001010011011110000101100010111101101011110 | f0a6f0b17df0a6f0b17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)