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 | ?懶?? | 0011111110011100111011110011111100111111 | 3f9cef3f3f |
EUC-JP | ?懶?? | 0011111111011000111100010011111100111111 | 3fd8f13f3f |
UTF-8 | 룵懶廬횕 | 111010111010001110110101111001101000011110110110111011111010011010000010111011011001101010010101 | eba3b5e687b6efa682ed9a95 |
UHC | 룵懶廬횕 | 1000111110101010110101001111101111100101111111101100001110001111 | 8faad4fbe5fec38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)