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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鏥會柄^ | 11101000010101001001100011110000100101011011111101011110 | e85498f095bf5e |
EUC-JP | 鏥會柄^ | 11101111101101011101000011110010110010101100000101011110 | efb5d0f2cac15e |
UTF-8 | 鏥會柄^ | 11101001100011111010010111100110100111001000001111100110100111111000010001011110 | e98fa5e69c83e69f845e |
UHC | ?會柄^ | 001111111111110011100101110111001011011101011110 | 3ffce5dcb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)