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 | 紗爾邪 | 100011101101000110001110101000101000111011010111 | 8ed18ea28ed7 |
EUC-JP | 紗爾邪 | 101111001101001110111100101001001011110011011001 | bcd3bca4bcd9 |
UTF-8 | 紗爾邪 | 111001111011010010010111111001111000100010111110111010011000001010101010 | e7b497e788bee982aa |
UHC | 紗爾邪 | 110111101110100111101100101100111101111011110111 | dee9ecb3def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)