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 | 邯鞘悪 | 111001111011011010001111111000101000100010101011 | e7b68fe288ab |
EUC-JP | 邯鞘悪 | 111011101011100010111110111001001011000010101101 | eeb8bee4b0ad |
UTF-8 | 邯鞘悪 | 111010011000001010101111111010011001111010011000111001101000001010101010 | e982afe99e98e682aa |
UHC | 邯?? | 11001010111110110011111100111111 | cafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)