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 | 輒躬輊 | 111001110110101111100111010110101110011101101000 | e76be75ae768 |
EUC-JP | 輒躬輊 | 111011011100110011101101101110111110110111001001 | edccedbbedc9 |
UTF-8 | 輒躬輊 | 111010001011110010010010111010001011101010101100111010001011110010001010 | e8bc92e8baace8bc8a |
UHC | 輒躬? | 1111010011100101110011111110010100111111 | f4e5cfe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)