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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隱作エョ | 111010001010101010001101111011001011010010101110 | e8aa8decb4ae |
EUC-JP | 隱作エョ | 1111000010101100101110101110111010001110101101001000111010101110 | f0acbaee8eb48eae |
UTF-8 | 隱作エョ | 111010011001101010110001111001001011110110011100111011111011110110110100111011111011110110101110 | e99ab1e4bd9cefbdb4efbdae |
UHC | 隱作?? | 111010111101111111101101110000100011111100111111 | ebdfedc23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)