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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 影??絶??^ | 100010010110010100111111001111111001000011100010001111110011111101011110 | 89653f3f90e23f3f5e |
EUC-JP | 影??絶??^ | 101100011100011000111111001111111100000011100100001111110011111101011110 | b1c63f3fc0e43f3f5e |
UTF-8 | 影좑스絶끾뮈^ | 11100101101111011011000111101100101000101001000111101100100010101010010011100111101101011011011011101011100000011011111011101011101011101000100001011110 | e5bdb1eca291ec8aa4e7b5b6eb81beebae885e |
UHC | 影좑스絶끾뮈^ | 11100111101011111010000011101111101111011011101011101111101111101000010111100110101110011011111101011110 | e7afa0efbdbaefbe85e6b9bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)