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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 俑俑[俑俑[^ | 1001100011011010100110001101101001011011100110001101101010011000110110100101101101011110 | 98da98da5b98da98da5b5e |
EUC-JP | 俑俑[俑俑[^ | 1101000011011100110100001101110001011011110100001101110011010000110111000101101101011110 | d0dcd0dc5bd0dcd0dc5b5e |
UTF-8 | 俑俑[俑俑[^ | 111001001011111110010001111001001011111110010001010110111110010010111111100100011110010010111111100100010101101101011110 | e4bf91e4bf915be4bf91e4bf915b5e |
UHC | 俑俑[俑俑[^ | 1110100110110101111010011011010101011011111010011011010111101001101101010101101101011110 | e9b5e9b55be9b5e9b55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)