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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ?①?h?①? | 001111111000011101000000001111110110100000111111100001110100000000111111 | 3f87403f683f87403f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 緣①뮵h緣①뮵 | 11100111101101111010001111100010100100011010000011101011101011101011010101101000111001111011011110100011111000101001000110100000111010111010111010110101 | e7b7a3e291a0ebaeb568e7b7a3e291a0ebaeb5 |
UHC | 緣①뮵h緣①뮵 | 11100110110111101010100011100111100100101011110101101000111001101101111010101000111001111001001010111101 | e6dea8e792bd68e6dea8e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)