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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 淑?淑?^ | 10001111011010010011111110001111011010010011111101011110 | 8f693f8f693f5e |
EUC-JP | 淑?淑?^ | 10111101110010100011111110111101110010100011111101011110 | bdca3fbdca3f5e |
UTF-8 | 淑쎲淑쎲^ | 11100110101101111001000111101100100011101011001011100110101101111001000111101100100011101011001001011110 | e6b791ec8eb2e6b791ec8eb25e |
UHC | 淑쎲淑쎲^ | 111000101101011110011011110110011110001011010111100110111101100101011110 | e2d79bd9e2d79bd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)