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 | 儼??幽? | 10011001010101100011111100111111100101110100100000111111 | 99563f3f97483f |
EUC-JP | 儼??幽? | 11010001101101110011111100111111110011011010100100111111 | d1b73f3fcda93f |
UTF-8 | 儼볛궗幽켃 | 111001011000010010111100111010111011001110011011111010101011011010010111111001011011100110111101111011001011110010000011 | e584bcebb39beab697e5b9bdecbc83 |
UHC | 儼볛궗幽켃 | 11100101111100001001001111100010100000101010110011101010111010111011000101000010 | e5f093e282aceaebb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)