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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 族?弔 | 1001000110110000001111111001001010100010 | 91b03f92a2 |
EUC-JP | 族?弔 | 1100001010110010001111111100010010100100 | c2b23fc4a4 |
UTF-8 | 族렪弔 | 111001101001011110001111111010111010000010101010111001011011110010010100 | e6978feba0aae5bc94 |
UHC | 族렪弔 | 111100001110100110001110101110001111000011000000 | f0e98eb8f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)