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 | 111110110100010010001110101011101110100111100001100011101011001001000010 | fb448eaee9e18eb242 |
EUC-JP | ?式鱆軸B | 0011111110111100101100001111001011100011101111001011010001000010 | 3fbcb0f2e3bcb442 |
UTF-8 | 淲式鱆軸B | 11100110101101111011001011100101101111001000111111101001101100011000011011101000101110111011100001000010 | e6b7b2e5bc8fe9b186e8bbb842 |
UHC | ?式?軸B | 00111111111000111101001000111111111101011110111001000010 | 3fe3d23ff5ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)