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 | ??O??L | 001111110011111101001111001111110011111101001100 | 3f3f4f3f3f4c |
SJIS-WIN | 質?O質?L | 1000111010111111001111110100111110001110101111110011111101001100 | 8ebf3f4f8ebf3f4c |
EUC-JP | 質?O質?L | 1011110011000001001111110100111110111100110000010011111101001100 | bcc13f4fbcc13f4c |
UTF-8 | 質섞O質섞L | 1110100010110011101010101110110010000100100111100100111111101000101100111010101011101100100001001001111001001100 | e8b3aaec849e4fe8b3aaec849e4c |
UHC | 質섞O質섞L | 11110010111101011011110010101111010011111111001011110101101111001010111101001100 | f2f5bcaf4ff2f5bcaf4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)