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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譽慕瓦ホ | 11100110101000111001010111100111100010101010001011001110 | e6a395e78aa2ce |
EUC-JP | 譽慕瓦ホ | 1110110010100101110010101110100110110100101001001000111011001110 | eca5cae9b4a48ece |
UTF-8 | 譽慕瓦ホ | 111010001010110110111101111001101000010110010101111001111001001110100110111011111011111010001110 | e8adbde68595e793a6efbe8e |
UHC | 譽慕瓦? | 11100111111000101101100110110111111010001011111100111111 | e7e2d9b7e8bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)