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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬱猛毋 | 100111110101010010010110110100101001111101111000 | 9f5496d29f78 |
EUC-JP | 鬱猛毋 | 110111011011010111001100110101001101110111011001 | ddb5ccd4ddd9 |
UTF-8 | 鬱猛毋 | 111010011010110010110001111001111000110010011011111001101010111110001011 | e9acb1e78c9be6af8b |
UHC | 鬱猛毋 | 111010101010011011011000111011011101100111101100 | eaa6d8edd9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)