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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞴鞋 | 1110100011100100111100001100011111101000110111001111000010111011 | e8e4f0c7e8dcf0bb |
EUC-JP | 鞴?鞋? | 111100001110011000111111111100001101111000111111 | f0e63ff0de3f |
UTF-8 | 鞴鞋 | 111010011001111010110100111011101000001010000110111010011001111010001011111011101000000110111010 | e99eb4ee8286e99e8bee81ba |
UHC | ??鞋? | 0011111100111111111110111011100100111111 | 3f3ffbb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)