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 | ????¨ | 0011111100111111001111110011111110101000 | 3f3f3f3fa8 |
SJIS-WIN | ?棚?鰻¨ | 0011111110010010010010010011111110001001010101101000000101001110 | 3f92493f8956814e |
EUC-JP | ?棚?鰻¨ | 0011111111000011101010100011111110110001101101111010000110101111 | 3fc3aa3fb1b7a1af |
UTF-8 | 렺棚렺鰻¨ | 1110101110100000101110101110011010100011100110101110101110100000101110101110100110110000101110111100001010101000 | eba0bae6a39aeba0bae9b0bbc2a8 |
UHC | 렺棚렺鰻¨ | 10001110110000101101110111011100100011101100001011011000110001001010000110100111 | 8ec2dddc8ec2d8c4a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)