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 | ?f?円 | 001111111000001010000110001111111000100101111110 | 3f82863f897e |
EUC-JP | ?f?円 | 001111111010001111100110001111111011000111011111 | 3fa3e63fb1df |
UTF-8 | 若f닇円 | 111011111010010110110100111011111011110110000110111010111000101110000111111001011000011010000110 | efa5b4efbd86eb8b87e58686 |
UHC | 若f닇円 | 1110010110101110101000111110011010001000100100001110010111110111 | e5aea3e68890e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)