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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珀・マ | 111100001110011111100000110111111010010111001111 | f0e7e0dfa5cf |
EUC-JP | ?珀・マ | 00111111111000001110000110001110101001011000111011001111 | 3fe0e18ea58ecf |
UTF-8 | 珀・マ | 111011101000001010100110111001111000111110000000111011111011110110100101111011111011111010001111 | ee82a6e78f80efbda5efbe8f |
UHC | ?珀?? | 0011111111011010110101100011111100111111 | 3fdad63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)