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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | ?亦x | 00111111100101101001001001111000 | 3f969278 |
EUC-JP | ?亦x | 00111111110010111111001001111000 | 3fcbf278 |
UTF-8 | 行亦x | 11101111101010001000100011100100101110101010011001111000 | efa888e4baa678 |
UHC | 行亦x | 1111101010100001111001101011001001111000 | faa1e6b278 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)