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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 凋?湖??? | 1001001010011100001111111000110011001110001111110011111100111111 | 929c3f8cce3f3f3f |
EUC-JP | 凋?湖??? | 1100001111111100001111111011100011010000001111110011111100111111 | c3fc3fb8d03f3f3f |
UTF-8 | 凋렪湖렭戶렭 | 111001011000011110001011111010111010000010101010111001101011100110010110111010111010000010101101111001101000100010110110111010111010000010101101 | e5878beba0aae6b996eba0ade688b6eba0ad |
UHC | 凋렪湖렭戶렭 | 111100001011110110001110101110001111101111001001100011101011101011111011110000101000111010111010 | f0bd8eb8fbc98ebafbc28eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)