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 | 躍λ?寃 | 10010110111101001000001111001001001111111001101110000011 | 96f483c93f9b83 |
EUC-JP | 躍λ?寃 | 11001100111101101010011011001011001111111101010111100011 | ccf6a6cb3fd5e3 |
UTF-8 | 躍λ씧寃 | 1110100010111010100011011100111010111011111011001001010010100111111001011010111110000011 | e8ba8dcebbec94a7e5af83 |
UHC | 躍λ씧寃 | 1110010110111000101001011110101110011101101110111110101010110010 | e5b8a5eb9dbbeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)