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 | 喇律痍佞 | 1001101001101000100101111010010111100001011101111001101101000011 | 9a6897a5e1779b43 |
EUC-JP | 喇律痍佞 | 1101001111001001110011101010011111100001110110001101010110100100 | d3c9cea7e1d8d5a4 |
UTF-8 | 喇律痍佞 | 111001011001011010000111111001011011111010001011111001111001011110001101111001001011110110011110 | e59687e5be8be7978de4bd9e |
UHC | 喇律痍? | 11010100111110101101011111001000111011001011011100111111 | d4fad7c8ecb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)