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 | ン矜゙ | 11011101111000011110000011011110 | dde1e0de |
EUC-JP | ン矜゙ | 100011101101110111100010111000101000111011011110 | 8edde2e28ede |
UTF-8 | ン矜゙ | 111011111011111010011101111001111001111110011100111011111011111010011110 | efbe9de79f9cefbe9e |
UHC | ?矜? | 00111111110100001110100000111111 | 3fd0e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)