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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞅ミニ | 111110001110001011101000110101111101000011000110 | f8e2e8d7d0c6 |
EUC-JP | ?鞅ミニ | 00111111111100001101100110001110110100001000111011000110 | 3ff0d98ed08ec6 |
UTF-8 | 鞅ミニ | 111011101001101010000001111010011001111010000101111011111011111010010000111011111011111010000110 | ee9a81e99e85efbe90efbe86 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)