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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逶顔寢^ | 11100111100110111000101011100111100110111000101001011110 | e79b8ae79b8a5e |
EUC-JP | 逶顔寢^ | 11101101111110111011010011101001110101011110101001011110 | edfbb4e9d5ea5e |
UTF-8 | 逶顔寢^ | 11101001100000001011011011101001101000011001010011100101101011111010001001011110 | e980b6e9a194e5afa25e |
UHC | ?顔寢^ | 001111111110010011010100111101101101011001011110 | 3fe4d4f6d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)