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 | 漆錞惞 | 100011101011110111111011110110111111101010111111 | 8ebdfbdbfabf |
EUC-JP | 漆錞惞 | 1011110010111111100011111110010011011100100011111011111010110000 | bcbf8fe4dc8fbeb0 |
UTF-8 | 漆錞惞 | 111001101011110010000110111010011000110010011110111001101000001110011110 | e6bc86e98c9ee6839e |
UHC | 漆錞? | 1111011011010100111000101111011000111111 | f6d4e2f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)