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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ?????オe^ | 001111110011111100111111001111110011111110000011010010010110010101011110 | 3f3f3f3f3f8349655e |
EUC-JP | ??ʼn??オe^ | 0011111100111111100011111010100111001010001111110011111110100101101010100110010101011110 | 3f3f8fa9ca3f3fa5aa655e |
UTF-8 | 룶죴ʼn룶쨵オe^ | 11101011101000111011011011101100101000111011010011000101100010011110101110100011101101101110110010101000101101011110001110000010101010100110010101011110 | eba3b6eca3b4c589eba3b6eca8b5e382aa655e |
UHC | 룶죴ʼn룶쨵オe^ | 1000111110101011101000011000111110101001101100001000111110101011101001001000111110101011101010100110010101011110 | 8faba18fa9b08faba48fabaa655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)