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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霆溲ケ雅楡B | 11101000101110111001111111101010101110011000100111101011100111101011111001000010 | e8bb9feab989eb9ebe42 |
EUC-JP | 霆溲ケ雅楡B | 1111000010111101110111101110110010001110101110011011001011101101110111001100000001000010 | f0bddeec8eb9b2eddcc042 |
UTF-8 | 霆溲ケ雅楡B | 11101001100111001000011011100110101110101011001011101111101111011011100111101001100110111000010111100110101001011010000101000010 | e99c86e6bab2efbdb9e99b85e6a5a142 |
UHC | 霆??雅楡B | 111011111111110100111111001111111110010010111010111010101111100001000010 | effd3f3fe4baeaf842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)