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 | ?????M | 001111110011111100111111001111110011111101001101 | 3f3f3f3f3f4d |
SJIS-WIN | 窩拔无諄?M | 11100010011111001001110101010101100111011101100111100110011110000011111101001101 | e27c9d559dd9e6783f4d |
EUC-JP | 窩拔无諄?M | 11100011110111011101100110110110110110101101101111101011110110010011111101001101 | e3ddd9b6dadbebd93f4d |
UTF-8 | 窩拔无諄렪M | 11100111101010101010100111100110100010111001010011100110100101111010000011101000101010111000010011101011101000001010101001001101 | e7aaa9e68b94e697a0e8ab84eba0aa4d |
UHC | 窩拔无諄렪M | 1110100011000000110110101111101111011001111010011110001011110100100011101011100001001101 | e8c0dafbd9e9e2f48eb84d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)