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 | 茫埼蒐雖 | 1110010010101001100011011110100110001111010011101110010110101011 | e4a98de98f4ee5ab |
EUC-JP | 茫埼蒐雖 | 1110100010101011101110101110101110111101101011111110101010101101 | e8abbaebbdafeaad |
UTF-8 | 茫埼蒐雖 | 111010001000110010101011111001011001111110111100111010001001001010010000111010011001101110010110 | e88cabe59fbce89290e99b96 |
UHC | 茫埼蒐雖 | 1101100011010100110100001111001011100010101111011110001011001100 | d8d4d0f2e2bde2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)