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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ⅴアヒ^ | 1111101001000100101100011100101101011110 | fa44b1cb5e |
EUC-JP | ?アヒ^ | 001111111000111010110001100011101100101101011110 | 3f8eb18ecb5e |
UTF-8 | ⅴアヒ^ | 11100010100001011011010011101111101111011011000111101111101111101000101101011110 | e285b4efbdb1efbe8b5e |
UHC | ⅴ??^ | 1010010110100101001111110011111101011110 | a5a53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)