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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 直??\ | 1001001010111100001111110011111101011100 | 92bc3f3f5c |
EUC-JP | 直??\ | 1100010010111110001111110011111101011100 | c4be3f3f5c |
UTF-8 | 直롉렢\ | 11100111100110111011010011101011101000011000100111101011101000001010001001011100 | e79bb4eba189eba0a25c |
UHC | 直롉렢\ | 11110010110000011000111011001111100011101011001101011100 | f2c18ecf8eb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)