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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | イ鮴「峵 | 1111000010101111101100101110100110111110101000101111101010101110 | f0afb2e9bea2faae |
EUC-JP | ?イ鮴「? | 0011111110001110101100101111001011000000100011101010001000111111 | 3f8eb2f2c08ea23f |
UTF-8 | イ鮴「峵 | 111011101000000110101110111011111011110110110010111010011010111010110100111011111011110110100010111001011011001110110101 | ee81aeefbdb2e9aeb4efbda2e5b3b5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)