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 | ???@\ | 0011111100111111001111110100000001011100 | 3f3f3f405c |
SJIS-WIN | 荐件修@\ | 1110010010100110100011001000111110001111010000110100000001011100 | e4a68c8f8f43405c |
EUC-JP | 荐件修@\ | 1110100010101000101101111110111110111101101001000100000001011100 | e8a8b7efbda4405c |
UTF-8 | 荐件修@\ | 1110100010001101100100001110010010111011101101101110010010111111101011100100000001011100 | e88d90e4bbb6e4bfae405c |
UHC | ?件修@\ | 00111111110010111110110011100001111100110100000001011100 | 3fcbece1f3405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)