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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 阮帷甥 | 111010001001011010011011111001111000100110011001 | e8969be78999 |
EUC-JP | 阮帷甥 | 111011111111011011010110111010011011000111111001 | eff6d6e9b1f9 |
UTF-8 | 阮帷甥 | 111010011001100010101110111001011011100010110111111001111001010010100101 | e998aee5b8b7e794a5 |
UHC | 阮?甥 | 1110100011010110001111111101111111100111 | e8d63fdfe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)