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 | 莪日[莪日[^ | 1110010010101110100100111111101001011011111001001010111010010011111110100101101101011110 | e4ae93fa5be4ae93fa5b5e |
EUC-JP | 莪日[莪日[^ | 1110100010110000110001101111110001011011111010001011000011000110111111000101101101011110 | e8b0c6fc5be8b0c6fc5b5e |
UTF-8 | 莪日[莪日[^ | 111010001000111010101010111001101001011110100101010110111110100010001110101010101110011010010111101001010101101101011110 | e88eaae697a55be88eaae697a55b5e |
UHC | 莪日[莪日[^ | 1110010010110101111011001110110101011011111001001011010111101100111011010101101101011110 | e4b5eced5be4b5eced5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)