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 | 闍ケ隱檎ァ | 1110100010001011101110011110100010101010100011001110011110100111 | e88bb9e8aa8ce7a7 |
EUC-JP | 闍ケ隱檎ァ | 11101111111010111000111010111001111100001010110010111000111010011000111010100111 | efeb8eb9f0acb8e98ea7 |
UTF-8 | 闍ケ隱檎ァ | 111010011001011110001101111011111011110110111001111010011001101010110001111001101010101010001110111011111011110110100111 | e9978defbdb9e99ab1e6aa8eefbda7 |
UHC | ??隱檎? | 00111111001111111110101111011111110100001101010100111111 | 3f3febdfd0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)