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 | ?b[?b[^ | 00111111011000100101101100111111011000100101101101011110 | 3f625b3f625b5e |
SJIS-WIN | 堯b[堯b[^ | 111010101001111101100010010110111110101010011111011000100101101101011110 | ea9f625bea9f625b5e |
EUC-JP | 堯b[堯b[^ | 111101001010000101100010010110111111010010100001011000100101101101011110 | f4a1625bf4a1625b5e |
UTF-8 | 堯b[堯b[^ | 1110010110100000101011110110001001011011111001011010000010101111011000100101101101011110 | e5a0af625be5a0af625b5e |
UHC | 堯b[堯b[^ | 111010001110101101100010010110111110100011101011011000100101101101011110 | e8eb625be8eb625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)