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 | ??シ埃? | 00111111001111111000001101010110100110101011101000111111 | 3f3f83569aba3f |
EUC-JP | ??シ埃? | 00111111001111111010010110110111110101001011110000111111 | 3f3fa5b7d4bc3f |
UTF-8 | 琉뗨シ埃덉 | 111011111010011110001100111010111001011110101000111000111000001010110111111001011001111110000011111010111000110110001001 | efa78ceb97a8e382b7e59f83eb8d89 |
UHC | 琉뗨シ埃덉 | 11101011101001001000101111101000101010111011011111100100111011111000100011101100 | eba48be8abb7e4ef88ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)