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 | 樟ь? | 1000111110111110100001001000111000111111 | 8fbe848e3f |
EUC-JP | 樟ь? | 1011111011000000101001111110111000111111 | bec0a7ee3f |
UTF-8 | 樟ь떖 | 1110011010101000100111111101000110001100111010111001011010010110 | e6a89fd18ceb9696 |
UHC | 樟ь떖 | 111011011110100110101100111011101000101110101100 | ede9acee8bac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)