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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 歪??垂 | 100110000110001100111111001111111001000010000010 | 98633f3f9082 |
EUC-JP | 歪??垂 | 110011111100010000111111001111111011111111100010 | cfc43f3fbfe2 |
UTF-8 | 歪ⓧ말垂 | 111001101010110110101010111000101001001110100111111010111010011110010000111001011001111010000010 | e6adaae293a7eba790e59e82 |
UHC | 歪ⓧ말垂 | 1110100011100000101010001110010010111000101110111110000111110111 | e8e0a8e4b8bbe1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)