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 | 楡?裝 | 1001111010111110001111111110010111100100 | 9ebe3fe5e4 |
EUC-JP | 楡?裝 | 1101110011000000001111111110101011100110 | dcc03feae6 |
UTF-8 | 楡렲裝 | 111001101010010110100001111010111010000010110010111010001010001110011101 | e6a5a1eba0b2e8a39d |
UHC | 楡렲裝 | 111010101111100010001110101111111110110111111011 | eaf88ebfedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)