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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???雅??^ | 0011111100111111001111111000100111101011001111110011111101011110 | 3f3f3f89eb3f3f5e |
EUC-JP | ???雅??^ | 0011111100111111001111111011001011101101001111110011111101011110 | 3f3f3fb2ed3f3f5e |
UTF-8 | 凉붾젧雅먮젙^ | 11101111101001011011100111101011101101101011111011101100101000001010011111101001100110111000010111101011101010001010111011101100101000001001100101011110 | efa5b9ebb6beeca0a7e99b85eba8aeeca0995e |
UHC | 凉붾젧雅먮젙^ | 11100101101111001001010011101011101000001001111111100100101110101001000011101011101000001001010101011110 | e5bc94eba09fe4ba90eba0955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)