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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 松寬フ | 1000111110111100111110101010101011001100 | 8fbcfaaacc |
EUC-JP | 松?フ | 1011111010111110001111111000111011001100 | bebe3f8ecc |
UTF-8 | 松寬フ | 111001101001110110111110111001011010111110101100111011111011111010001100 | e69dbee5afacefbe8c |
UHC | 松寬? | 1110000111100110110011101011000000111111 | e1e6ceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)