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 | 嵬?俺畔 | 10011011110010100011111110001001101101001001010011001000 | 9bca3f89b494c8 |
EUC-JP | 嵬?俺畔 | 11010110110011000011111110110010101101101100100011001010 | d6cc3fb2b6c8ca |
UTF-8 | 嵬렏俺畔 | 111001011011010110101100111010111010000010001111111001001011111110111010111001111001010110010100 | e5b5aceba08fe4bfbae79594 |
UHC | 嵬렏俺畔 | 1110100011100011100011101010010111100101111011111101101011101101 | e8e38ea5e5efdaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)