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 | ??湖?凋 | 00111111001111111000110011001110001111111001001010011100 | 3f3f8cce3f929c |
EUC-JP | ??湖?凋 | 00111111001111111011100011010000001111111100001111111100 | 3f3fb8d03fc3fc |
UTF-8 | 戶렱湖렭凋 | 111001101000100010110110111010111010000010110001111001101011100110010110111010111010000010101101111001011000011110001011 | e688b6eba0b1e6b996eba0ade5878b |
UHC | 戶렱湖렭凋 | 11111011110000101000111010111110111110111100100110001110101110101111000010111101 | fbc28ebefbc98ebaf0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)