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 | è¾°hè¾ | 111010001011111010110000011010001110100010111110 | e8beb068e8be |
SJIS-WIN | ??°h?? | 00111111001111111000000110001011011010000011111100111111 | 3f3f818b683f3f |
EUC-JP | è?°hè? | 1000111110101011101100100011111110100001111010110110100010001111101010111011001000111111 | 8fabb23fa1eb688fabb23f |
UTF-8 | è¾°hè¾ | 1100001110101000110000101011111011000010101100000110100011000011101010001100001010111110 | c3a8c2bec2b068c3a8c2be |
UHC | ?¾°h?¾ | 001111111010100011111010101000011100011001101000001111111010100011111010 | 3fa8faa1c6683fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)