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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 猜倆隧k | 11100000110010001001100011101101111010001010100101101011 | e0c898ede8a96b |
EUC-JP | 猜倆隧k | 11100000110010101101000011101111111100001010101101101011 | e0cad0eff0ab6b |
UTF-8 | 猜倆隧k | 11100111100011001001110011100101100000001000011011101001100110101010011101101011 | e78c9ce58086e99aa76b |
UHC | 猜倆隧k | 11100011110001001101010111010110111000101100101001101011 | e3c4d5d6e2ca6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)