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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陋溷ッょ峪 | 111010001001101110011111111001011010111110000010111001011001101110111001 | e89b9fe5af82e59bb9 |
EUC-JP | 陋溷ッょ峪 | 11101111111110111101111011100111100011101010111110100100111001111101011010111011 | effbdee78eafa4e7d6bb |
UTF-8 | 陋溷ッょ峪 | 111010011001100110001011111001101011101010110111111011111011110110101111111000111000001010000111111001011011001110101010 | e9998be6bab7efbdafe38287e5b3aa |
UHC | 陋??ょ? | 11010111101100000011111100111111101010101110011100111111 | d7b03f3faae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)