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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 揶??甸 | 100111011000100000111111001111111001100110110010 | 9d883f3f99b2 |
EUC-JP | 揶??甸 | 110110011110100000111111001111111101001010110100 | d9e83f3fd2b4 |
UTF-8 | 揶쏄퀡甸 | 111001101000111110110110111011001000111110000100111011011000000010100001111001111001010010111000 | e68fb6ec8f84ed80a1e794b8 |
UHC | 揶쏄퀡甸 | 1110010110101010100110111110101010110011100101011110111110100100 | e5aa9beab395efa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)