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 | 元瀨? | 1000110010110011111110110101000000111111 | 8cb3fb503f |
EUC-JP | 元?? | 10111000101101010011111100111111 | b8b53f3f |
UTF-8 | 元瀨뤠 | 111001011000010110000011111001111000000010101000111010111010010010100000 | e58583e780a8eba4a0 |
UHC | 元瀨뤠 | 111010101010101011010110111011101011011111110001 | eaaad6eeb7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)