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 | 鬱葛燔 | 100111110101010010001010100010111110000010011000 | 9f548a8be098 |
EUC-JP | 鬱葛燔 | 110111011011010110110011111010111101111111111000 | ddb5b3ebdff8 |
UTF-8 | 鬱葛燔 | 111010011010110010110001111010001001000110011011111001111000011110010100 | e9acb1e8919be78794 |
UHC | 鬱葛燔 | 111010101010011011001010111001111101101111100010 | eaa6cae7dbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)