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 | 蔕煙‐譽 | 1110010011110110100010011000110010000001010111011110011010100011 | e4f6898c815de6a3 |
EUC-JP | 蔕煙‐譽 | 1110100011111000101100011110110010100001101111101110110010100101 | e8f8b1eca1beeca5 |
UTF-8 | 蔕煙‐譽 | 111010001001010010010101111001111000010110011001111000101000000010010000111010001010110110111101 | e89495e78599e28090e8adbd |
UHC | ?煙?譽 | 001111111110011011010101001111111110011111100010 | 3fe6d53fe7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)