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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辷サ雖画昏 | 111001111000100010111011111001011010101110001001111001101000110110101000 | e788bbe5ab89e68da8 |
EUC-JP | 辷サ雖画昏 | 11101101111010001000111010111011111010101010110110110010111010001011101010101010 | ede88ebbeaadb2e8baaa |
UTF-8 | 辷サ雖画昏 | 111010001011111010110111111011111011110110111011111010011001101110010110111001111001010010111011111001101001100010001111 | e8beb7efbdbbe99b96e794bbe6988f |
UHC | ??雖?昏 | 00111111001111111110001011001100001111111111101111100111 | 3f3fe2cc3ffbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)