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 | 諤冀[諤冀[^ | 1110011010000000100110010110001001011011111001101000000010011001011000100101101101011110 | e68099625be68099625b5e |
EUC-JP | 諤冀[諤冀[^ | 1110101111100000110100011100001101011011111010111110000011010001110000110101101101011110 | ebe0d1c35bebe0d1c35b5e |
UTF-8 | 諤冀[諤冀[^ | 111010001010101110100100111001011000011010000000010110111110100010101011101001001110010110000110100000000101101101011110 | e8aba4e586805be8aba4e586805b5e |
UHC | ?冀[?冀[^ | 001111111101000011101101010110110011111111010000111011010101101101011110 | 3fd0ed5b3fd0ed5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)