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 | 劑斑馬錚 | 1001100110011101100101001100000110010100011011101110100001000010 | 999d94c1946ee842 |
EUC-JP | 劑斑馬錚 | 1101000111111101110010001100001111000111110011111110111110100011 | d1fdc8c3c7cfefa3 |
UTF-8 | 劑斑馬錚 | 111001011000101010010001111001101001011010010001111010011010011010101100111010011000110010011010 | e58a91e69691e9a6ace98c9a |
UHC | 劑斑馬錚 | 1111000010100101110110101110100011011000101010011110111010110110 | f0a5dae8d8a9eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)