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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?魅e??B | 0011111110010110101000111000001010000101001111110011111101000010 | 3f96a382853f3f42 |
EUC-JP | 洧魅e??B | 10001111110001111011010011001100101001011010001111100101001111110011111101000010 | 8fc7b4cca5a3e53f3f42 |
UTF-8 | 洧魅e橓렓B | 11100110101101001010011111101001101011011000010111101111101111011000010111100110101010011001001111101011101000001001001101000010 | e6b4a7e9ad85efbd85e6a993eba09342 |
UHC | 洧魅e橓렓B | 1110101011111011110110001110010110100011111001011110001011100101100011101010100001000010 | eafbd8e5a3e5e2e58ea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)