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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ’∵[’∵[^ | 1000000101100110100000011110011001011011100000010110011010000001111001100101101101011110 | 816681e65b816681e65b5e |
EUC-JP | ’∵[’∵[^ | 1010000111000111101000101110100001011011101000011100011110100010111010000101101101011110 | a1c7a2e85ba1c7a2e85b5e |
UTF-8 | ’∵[’∵[^ | 111000101000000010011001111000101000100010110101010110111110001010000000100110011110001010001000101101010101101101011110 | e28099e288b55be28099e288b55b5e |
UHC | ’∵[’∵[^ | 1010000110101111101000011111000101011011101000011010111110100001111100010101101101011110 | a1afa1f15ba1afa1f15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)