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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 銓擁銓擁B | 111001111111001010010111011010011110011111110010100101110110100101000010 | e7f29769e7f2976942 |
EUC-JP | 銓擁銓擁B | 111011101111010011001101110010101110111011110100110011011100101001000010 | eef4cdcaeef4cdca42 |
UTF-8 | 銓擁銓擁B | 11101001100010101001001111100110100100111000000111101001100010101001001111100110100100111000000101000010 | e98a93e69381e98a93e6938142 |
UHC | 銓擁銓擁B | 111011111011000011101000101101101110111110110000111010001011011001000010 | efb0e8b6efb0e8b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)