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 | 陽韲韜 | 100101110111101011101000111011001110100011101001 | 977ae8ece8e9 |
EUC-JP | 陽韲韜 | 110011011101101111110000111011101111000011101011 | cddbf0eef0eb |
UTF-8 | 陽韲韜 | 111010011001100110111101111010011001111110110010111010011001111110011100 | e999bde99fb2e99f9c |
UHC | 陽?韜 | 1110010111010101001111111101010010110111 | e5d53fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)