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 | ???Mwh | 001111110011111100111111010011010111011101101000 | 3f3f3f4d7768 |
SJIS-WIN | 奪促捉Mwh | 100100100100010010010001101000111001000110101000010011010111011101101000 | 924491a391a84d7768 |
EUC-JP | 奪促捉Mwh | 110000111010010111000010101001011100001010101010010011010111011101101000 | c3a5c2a5c2aa4d7768 |
UTF-8 | 奪促捉Mwh | 111001011010010110101010111001001011111110000011111001101000110110001001010011010111011101101000 | e5a5aae4bf83e68d894d7768 |
UHC | 奪促捉Mwh | 111101111010110011110101101101011111001110110101010011010111011101101000 | f7acf5b5f3b54d7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)