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 | ?琳貿? | 001111111001011111010100100101100110011000111111 | 3f97d496663f |
EUC-JP | ?琳貿? | 001111111100111011010110110010111100011100111111 | 3fced6cbc73f |
UTF-8 | 뤗琳貿뤗 | 111010111010010010010111111001111001000010110011111010001011001010111111111010111010010010010111 | eba497e790b3e8b2bfeba497 |
UHC | 뤗琳貿뤗 | 1000111111000111110101111111101111011001111101011000111111000111 | 8fc7d7fbd9f58fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)