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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 苳逸醜]H | 1110010010010100100010001110110110001111010110000101110101001000 | e49488ed8f585d48 |
EUC-JP | 苳逸醜]H | 1110011111110100101100001110111110111101101110010101110101001000 | e7f4b0efbdb95d48 |
UTF-8 | 苳逸醜]H | 1110100010001011101100111110100110000000101110001110100110000110100111000101110101001000 | e88bb3e980b8e9869c5d48 |
UHC | ?逸醜]H | 00111111111011001110111111110101110111010101110101001000 | 3feceff5dd5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)