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 | 員瀨? | 1000100011110101111110110101000000111111 | 88f5fb503f |
EUC-JP | 員?? | 10110000111101110011111100111111 | b0f73f3f |
UTF-8 | 員瀨ㅂ | 111001011001001110100001111001111000000010101000111000111000010110000010 | e593a1e780a8e38582 |
UHC | 員瀨ㅂ | 111010101010110011010110111011101010010010110010 | eaacd6eea4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)