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 | 鴨??鼇 | 100010101001101100111111001111111110101010000111 | 8a9b3f3fea87 |
EUC-JP | 鴨??鼇 | 101100111111101100111111001111111111001111100111 | b3fb3f3ff3e7 |
UTF-8 | 鴨룡꼍鼇 | 111010011011010010101000111010111010001110100001111010101011110010001101111010011011110010000111 | e9b4a8eba3a1eabc8de9bc87 |
UHC | 鴨룡꼍鼇 | 1110010011100101101101111110011010110010101111011110100010101000 | e4e5b7e6b2bde8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)