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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 葬?漿?e^ | 1001000110010010001111111001111111110111001111110110010101011110 | 91923f9ff73f655e |
EUC-JP | 葬?漿?e^ | 1100000111110010001111111101111011111001001111110110010101011110 | c1f23fdef93f655e |
UTF-8 | 葬렱漿렔e^ | 1110100010010001101011001110101110100000101100011110011010111100101111111110101110100000100101000110010101011110 | e891aceba0b1e6bcbfeba094655e |
UHC | 葬렱漿렔e^ | 11101101111101111000111010111110111011011110110010001110101010010110010101011110 | edf78ebeedec8ea9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)