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 | ??J??M^ | 00111111001111110100101000111111001111110100110101011110 | 3f3f4a3f3f4d5e |
SJIS-WIN | 偲悉J篠示M^ | 1000111011000011100011101011101101001010100011101100001010001110101001100100110101011110 | 8ec38ebb4a8ec28ea64d5e |
EUC-JP | 偲悉J篠示M^ | 1011110011000101101111001011110101001010101111001100010010111100101010000100110101011110 | bcc5bcbd4abcc4bca84d5e |
UTF-8 | 偲悉J篠示M^ | 111001011000000110110010111001101000001010001001010010101110011110101111101000001110011110100100101110100100110101011110 | e581b2e682894ae7afa0e7a4ba4d5e |
UHC | ?悉J篠示M^ | 00111111111000111111101001001010111000011100011011100011110001100100110101011110 | 3fe3fa4ae1c6e3c64d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)