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 | ??bg\ | 0011111100111111011000100110011101011100 | 3f3f62675c |
SJIS-WIN | 淨?bg\ | 100111111100010000111111011000100110011101011100 | 9fc43f62675c |
EUC-JP | 淨?bg\ | 110111101100011000111111011000100110011101011100 | dec63f62675c |
UTF-8 | 淨렠bg\ | 111001101011011110101000111010111010000010100000011000100110011101011100 | e6b7a8eba0a062675c |
UHC | 淨렠bg\ | 11101111111001001000111010110001011000100110011101011100 | efe48eb162675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)