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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隶鍋、シ諤ァ | 111010001010111010010011111001111010010010111100111001101000000010100111 | e8ae93e7a4bce680a7 |
EUC-JP | 隶鍋、シ諤ァ | 111100001011000011000110111010011000111010100100100011101011110011101011111000001000111010100111 | f0b0c6e98ea48ebcebe08ea7 |
UTF-8 | 隶鍋、シ諤ァ | 111010011001101010110110111010011000110110001011111011111011110110100100111011111011110110111100111010001010101110100100111011111011110110100111 | e99ab6e98d8befbda4efbdbce8aba4efbda7 |
UHC | ?鍋???? | 00111111110011101010011100111111001111110011111100111111 | 3fcea73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)