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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 箙莇岺ル | 11100010101101111110010010110100111110101010110111011001 | e2b7e4b4faadd9 |
EUC-JP | 箙莇岺ル | 111001001011100111101000101101101000111110111011101110001000111011011001 | e4b9e8b68fbbb88ed9 |
UTF-8 | 箙莇岺ル | 111001111010111010011001111010001000111010000111111001011011001010111010111011111011111010011001 | e7ae99e88e87e5b2baefbe99 |
UHC | ??岺? | 0011111100111111110101101011100100111111 | 3f3fd6b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)