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 | ???俉?? | 00111111001111110011111111111010011000010011111100111111 | 3f3f3ffa613f3f |
EUC-JP | ???俉?? | 0011111100111111001111111000111110110001101110110011111100111111 | 3f3f3f8fb1bb3f3f |
UTF-8 | 琉뗨쵒俉딄텧 | 111011111010011110001100111010111001011110101000111011001011010110010010111001001011111110001001111010111001010010000100111011011000010110100111 | efa78ceb97a8ecb592e4bf89eb9484ed85a7 |
UHC | 琉뗨쵒俉딄텧 | 111010111010010010001011111010001010110010010100111001111110101110001010111010101011011010011100 | eba48be8ac94e7eb8aeab69c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)