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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 荐件修~ | 11100100101001101000110010001111100011110100001101111110 | e4a68c8f8f437e |
EUC-JP | 荐件修~ | 11101000101010001011011111101111101111011010010001111110 | e8a8b7efbda47e |
UTF-8 | 荐件修~ | 11101000100011011001000011100100101110111011011011100100101111111010111001111110 | e88d90e4bbb6e4bfae7e |
UHC | ?件修~ | 001111111100101111101100111000011111001101111110 | 3fcbece1f37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)