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 | 謔悟炎 | 111001101000001010001100111001011000100110001010 | e6828ce5898a |
EUC-JP | 謔悟炎 | 111010111110001010111000111001111011000111101010 | ebe2b8e7b1ea |
UTF-8 | 謔悟炎 | 111010001010110010010100111001101000001010011111111001111000001010001110 | e8ac94e6829fe7828e |
UHC | 謔悟炎 | 111110011100110011100111111101101110011011111010 | f9cce7f6e6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)