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 | åµ¬Ñ | 1110010110110101101011001101000110000101 | e5b5acd185 |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | å?¬Ñ? | 10001111101010111010100100111111101000101100110010001111101010101101000000111111 | 8faba93fa2cc8faad03f |
UTF-8 | åµ¬Ñ | 11000011101001011100001010110101110000101010110011000011100100011100001010000101 | c3a5c2b5c2acc391c285 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)