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 | 邏怜ーЭ | 11100111101101001001011111100101101100001000010001011110 | e7b497e5b0845e |
EUC-JP | 邏怜ーЭ | 1110111010110110110011101110011110001110101100001010011110111111 | eeb6cee78eb0a7bf |
UTF-8 | 邏怜ーЭ | 1110100110000010100011111110011010000000100111001110111110111101101100001101000010101101 | e9828fe6809cefbdb0d0ad |
UHC | 邏怜?Э | 11010101101001001101011010111011001111111010110010111111 | d5a4d6bb3facbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)