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 | ?c?s}?c?s{^ | 0011111101100011001111110111001101111101001111110110001100111111011100110111101101011110 | 3f633f737d3f633f737b5e |
SJIS-WIN | ?c?s}?c?s{^ | 0011111101100011001111110111001101111101001111110110001100111111011100110111101101011110 | 3f633f737d3f633f737b5e |
EUC-JP | ?c?s}?c?s{^ | 0011111101100011001111110111001101111101001111110110001100111111011100110111101101011110 | 3f633f737d3f633f737b5e |
UTF-8 | 혢c혝s}혢c혝s{^ | 11101101100110001010001001100011111011011001100010011101011100110111110111101101100110001010001001100011111011011001100010011101011100110111101101011110 | ed98a263ed989d737ded98a263ed989d737b5e |
UHC | 혢c혝s}혢c혝s{^ | 110000101000101101100011110000101000011101110011011111011100001010001011011000111100001010000111011100110111101101011110 | c28b63c287737dc28b63c287737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)