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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 萸?Жm | 111001001100111000111111100001000100011101101101 | e4ce3f84476d |
EUC-JP | 萸?Жm | 111010001101000000111111101001111010100001101101 | e8d03fa7a86d |
UTF-8 | 萸녿Жm | 111010001001000010111000111010111000010110111111110100001001011001101101 | e890b8eb85bfd0966d |
UHC | 萸녿Жm | 11101011101011011000011011101011101011001010100001101101 | ebad86ebaca86d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)