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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 逎∫濫B | 11100111101000111000000111100111100101111001010001000010 | e7a381e7979442 |
EUC-JP | 逎∫濫B | 11101110101001011010001011101001110011011111010001000010 | eea5a2e9cdf442 |
UTF-8 | 逎∫濫B | 11101001100000001000111011100010100010001010101111100110101111111010101101000010 | e9808ee288abe6bfab42 |
UHC | ?∫濫B | 001111111010000111110010110101011011110101000010 | 3fa1f2d5bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)