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 | 織?? | 10010000010001000011111100111111 | 90443f3f |
EUC-JP | 織?? | 10111111101001010011111100111111 | bfa53f3f |
UTF-8 | 織롏롐 | 111001111011100110010100111010111010000110001111111010111010000110010000 | e7b994eba18feba190 |
UHC | 織롏롐 | 111100101100010010001110110101011000111011010110 | f2c48ed58ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)