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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???楯?? | 00111111001111110011111110001111011111000011111100111111 | 3f3f3f8f7c3f3f |
EUC-JP | ???楯?? | 00111111001111110011111110111101110111010011111100111111 | 3f3f3fbddd3f3f |
UTF-8 | 琉뷸툨楯뛥琉 | 111011111010011110001100111010111011011110111000111011011000100010101000111001101010010110101111111010111001101110100101111011111010011110001100 | efa78cebb7b8ed88a8e6a5afeb9ba5efa78c |
UHC | 琉뷸툨楯뛥琉 | 111010111010010010111010111001101011100010011111111000101110010010001101011010001110101110100100 | eba4bae6b89fe2e48d68eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)