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 | ?央秧 | 0011111110001001100110111110001001011110 | 3f899be25e |
EUC-JP | ?央秧 | 0011111110110001111110111110001110111111 | 3fb1fbe3bf |
UTF-8 | 卨央秧 | 111001011000110110101000111001011010010010101110111001111010011110100111 | e58da8e5a4aee7a7a7 |
UHC | 卨央秧 | 111000001101100111100100111001111110010011101011 | e0d9e4e7e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)