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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 箝靃怨窟羞 | 11100010101011011111101111101111100010011000010110001100010000011110001110110101 | e2adfbef89858c41e3b5 |
EUC-JP | 箝靃怨窟羞 | 1110010010101111100011111110011110101110101100011110010110110111101000101110011010110111 | e4af8fe7aeb1e5b7a2e6b7 |
UTF-8 | 箝靃怨窟羞 | 111001111010111010011101111010011001110110000011111001101000000010101000111001111010101010011111111001111011111010011110 | e7ae9de99d83e680a8e7aa9fe7be9e |
UHC | 箝?怨窟羞 | 110011001100010000111111111010101011001111001111110111111110001010111010 | ccc43feab3cfdfe2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)