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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鬱豆??\ | 10011111010101001001001110100100001111110011111101011100 | 9f5493a43f3f5c |
EUC-JP | 鬱豆??\ | 11011101101101011100011010100110001111110011111101011100 | ddb5c6a63f3f5c |
UTF-8 | 鬱豆렩렰\ | 11101001101011001011000111101000101100011000011011101011101000001010100111101011101000001011000001011100 | e9acb1e8b186eba0a9eba0b05c |
UHC | 鬱豆렩렰\ | 111010101010011011010100111001111000111010110111100011101011110101011100 | eaa6d4e78eb78ebd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)