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?u}?c?u{^ | 0011111101100011001111110111010101111101001111110110001100111111011101010111101101011110 | 3f633f757d3f633f757b5e |
SJIS-WIN | ?c?u}?c?u{^ | 0011111101100011001111110111010101111101001111110110001100111111011101010111101101011110 | 3f633f757d3f633f757b5e |
EUC-JP | ?c?u}?c?u{^ | 0011111101100011001111110111010101111101001111110110001100111111011101010111101101011110 | 3f633f757d3f633f757b5e |
UTF-8 | 혨c혟u}혨c혟u{^ | 11101101100110001010100001100011111011011001100010011111011101010111110111101101100110001010100001100011111011011001100010011111011101010111101101011110 | ed98a863ed989f757ded98a863ed989f757b5e |
UHC | 혨c혟u}혨c혟u{^ | 110000101001000001100011110000101000100101110101011111011100001010010000011000111100001010001001011101010111101101011110 | c29063c289757dc29063c289757b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)