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 | 鮨冗坩貅 | 1110100110111101100011111110011110011010101011101110011010111010 | e9bd8fe79aaee6ba |
EUC-JP | 鮨冗坩貅 | 1111001010111111101111101110100111010100101100001110110010111100 | f2bfbee9d4b0ecbc |
UTF-8 | 鮨冗坩貅 | 111010011010111010101000111001011000011010010111111001011001110110101001111010001011001010000101 | e9aea8e58697e59da9e8b285 |
UHC | ?冗?? | 0011111111101001101101110011111100111111 | 3fe9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)