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 | ??b??M | 001111110011111101100010001111110011111101001101 | 3f3f623f3f4d |
SJIS-WIN | ??b??M | 001111110011111101100010001111110011111101001101 | 3f3f623f3f4d |
EUC-JP | ??b??M | 001111110011111101100010001111110011111101001101 | 3f3f623f3f4d |
UTF-8 | 횄짠b횂혵M | 1110110110011010100001001110110010100111101000000110001011101101100110101000001011101101100110001011010101001101 | ed9a84eca7a062ed9a82ed98b54d |
UHC | 횄짠b횂혵M | 11000011100000111100001010100111011000101100001110000010110000101001110001001101 | c383c2a762c382c29c4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)