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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凹??藥? | 10001001100110100011111100111111111001010101101000111111 | 899a3f3fe55a3f |
EUC-JP | 凹??藥? | 10110001111110100011111100111111111010011011101100111111 | b1fa3f3fe9bb3f |
UTF-8 | 凹듐꺂藥췇 | 111001011000011110111001111010111001001110010000111010101011101010000010111010001001011110100101111011001011011110000111 | e587b9eb9390eaba82e897a5ecb787 |
UHC | 凹듐꺂藥췇 | 11101000111010101011010111100011100000111010101111100101101101111010111001000010 | e8eab5e383abe5b7ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)