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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 湖?凋?e^ | 1000110011001110001111111001001010011100001111110110010101011110 | 8cce3f929c3f655e |
EUC-JP | 湖?凋?e^ | 1011100011010000001111111100001111111100001111110110010101011110 | b8d03fc3fc3f655e |
UTF-8 | 湖렭凋렪e^ | 1110011010111001100101101110101110100000101011011110010110000111100010111110101110100000101010100110010101011110 | e6b996eba0ade5878beba0aa655e |
UHC | 湖렭凋렪e^ | 11111011110010011000111010111010111100001011110110001110101110000110010101011110 | fbc98ebaf0bd8eb8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)