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 | 擬??畏 | 100010110101101100111111001111111000100011011000 | 8b5b3f3f88d8 |
EUC-JP | 擬??畏 | 101101011011110000111111001111111011000011011010 | b5bc3f3fb0da |
UTF-8 | 擬뽭갛畏 | 111001101001001110101100111010111011110110101101111010101011000010011011111001111001010110001111 | e693acebbdadeab09be7958f |
UHC | 擬뽭갛畏 | 1110101111110100100101101110100110110000101100101110100011100110 | ebf496e9b0b2e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)