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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 亦??~ | 1001011010010010001111110011111101111110 | 96923f3f7e |
EUC-JP | 亦??~ | 1100101111110010001111110011111101111110 | cbf23f3f7e |
UTF-8 | 亦쇽풃~ | 11100100101110101010011011101100100001111011110111101101100100101000001101111110 | e4baa6ec87bded92837e |
UHC | 亦쇽풃~ | 11100110101100101011110011101111101111101000101101111110 | e6b2bcefbe8b7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)