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 | 絎g完B | 11100011010011011000001010000111100010101010111001000010 | e34d82878aae42 |
EUC-JP | 絎g完B | 11100101101011101010001111100111101101001011000001000010 | e5aea3e7b4b042 |
UTF-8 | 絎g完B | 11100111101101011000111011101111101111011000011111100101101011101000110001000010 | e7b58eefbd87e5ae8c42 |
UHC | ?g完B | 001111111010001111100111111010001100011101000010 | 3fa3e7e8c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)