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 | 111110101010001010001110101011101110100111100001100011101011001001000010 | faa28eaee9e18eb242 |
EUC-JP | 奝式鱆軸B | 10001111101110001111100010111100101100001111001011100011101111001011010001000010 | 8fb8f8bcb0f2e3bcb442 |
UTF-8 | 奝式鱆軸B | 11100101101001011001110111100101101111001000111111101001101100011000011011101000101110111011100001000010 | e5a59de5bc8fe9b186e8bbb842 |
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)