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 | 荵呷湊雋サ | 111001001011100110011001111011001001011010101001111010001011001010111011 | e4b999ec96a9e8b2bb |
EUC-JP | 荵呷湊雋サ | 11101000101110111101001011101110110011001010101111110000101101001000111010111011 | e8bbd2eeccabf0b48ebb |
UTF-8 | 荵呷湊雋サ | 111010001000110110110101111001011001000110110111111001101011100110001010111010011001101110001011111011111011110110111011 | e88db5e591b7e6b98ae99b8befbdbb |
UHC | ??湊雋? | 00111111001111111111000110111110111100011110011000111111 | 3f3ff1bef1e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)