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 | 襾るЫ | 111001100100011110000010111010011000010001011100 | e64782e9845c |
EUC-JP | 襾るЫ | 111010111010100010100100111010111010011110111101 | eba8a4eba7bd |
UTF-8 | 襾るЫ | 1110100010100101101111101110001110000010100010111101000010101011 | e8a5bee3828bd0ab |
UHC | ?るЫ | 0011111110101010111010111010110010111101 | 3faaebacbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)