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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 樂됀닻썖쨈^ | 11101111101001101011111111101011100100001000000011101011100010111011101111101100100011011001011011101100101010001000100001011110 | efa6bfeb9080eb8bbbec8d96eca8885e |
UHC | 樂됀닻썖쨈^ | 1110100011111001100010011100001010110100111010011001101110001001110000101011010001011110 | e8f989c2b4e99b89c2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)