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 | ??凋 | 00111111001111111001001010011100 | 3f3f929c |
EUC-JP | 侄?凋 | 100011111011000011111110001111111100001111111100 | 8fb0fe3fc3fc |
UTF-8 | 侄섶凋 | 111001001011111010000100111011001000010010110110111001011000011110001011 | e4be84ec84b6e5878b |
UHC | 侄섶凋 | 111100101110100110111100101110111111000010111101 | f2e9bcbbf0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)