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 | 韋募叙裴 | 1110100011101000100101011110010110001111100101101110010111101000 | e8e895e58f96e5e8 |
EUC-JP | 韋募叙裴 | 1111000011101010110010101110011110111101111101101110101011101010 | f0eacae7bdf6eaea |
UTF-8 | 韋募叙裴 | 111010011001111110001011111001011000101110011111111001011000111110011001111010001010001110110100 | e99f8be58b9fe58f99e8a3b4 |
UHC | 韋募?裴 | 11101010110111111101100110110100001111111101101111010000 | eadfd9b43fdbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)