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 | ??¨??¨^ | 00111111001111111010100000111111001111111010100001011110 | 3f3fa83f3fa85e |
SJIS-WIN | 依?¨依?¨^ | 1000100011001011001111111000000101001110100010001100101100111111100000010100111001011110 | 88cb3f814e88cb3f814e5e |
EUC-JP | 依?¨依?¨^ | 1011000011001101001111111010000110101111101100001100110100111111101000011010111101011110 | b0cd3fa1afb0cd3fa1af5e |
UTF-8 | 依얜¨依얜¨^ | 1110010010111110100111011110110010010110100111001100001010101000111001001011111010011101111011001001011010011100110000101010100001011110 | e4be9dec969cc2a8e4be9dec969cc2a85e |
UHC | 依얜¨依얜¨^ | 11101011111011101011111011101011101000011010011111101011111011101011111011101011101000011010011101011110 | ebeebeeba1a7ebeebeeba1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)