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 | ???楯? | 001111110011111100111111100011110111110000111111 | 3f3f3f8f7c3f |
EUC-JP | ???楯? | 001111110011111100111111101111011101110100111111 | 3f3f3fbddd3f |
UTF-8 | 琉뷸툨楯뛉 | 111011111010011110001100111010111011011110111000111011011000100010101000111001101010010110101111111010111001101110001001 | efa78cebb7b8ed88a8e6a5afeb9b89 |
UHC | 琉뷸툨楯뛉 | 11101011101001001011101011100110101110001001111111100010111001001000110101000111 | eba4bae6b89fe2e48d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)