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 | 奧e?円 | 10011010111110101000001010000101001111111000100101111110 | 9afa82853f897e |
EUC-JP | 奧e?円 | 11010100111111001010001111100101001111111011000111011111 | d4fca3e53fb1df |
UTF-8 | 奧e뻹円 | 111001011010010110100111111011111011110110000101111010111011101110111001111001011000011010000110 | e5a5a7efbd85ebbbb9e58686 |
UHC | 奧e뻹円 | 1110011111110011101000111110010110010110100001001110010111110111 | e7f3a3e59684e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)