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 | 凋?湖?? | 10010010100111000011111110001100110011100011111100111111 | 929c3f8cce3f3f |
EUC-JP | 凋?湖?? | 11000011111111000011111110111000110100000011111100111111 | c3fc3fb8d03f3f |
UTF-8 | 凋렪湖렭戶 | 111001011000011110001011111010111010000010101010111001101011100110010110111010111010000010101101111001101000100010110110 | e5878beba0aae6b996eba0ade688b6 |
UHC | 凋렪湖렭戶 | 11110000101111011000111010111000111110111100100110001110101110101111101111000010 | f0bd8eb8fbc98ebafbc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)