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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 崖??h崖 | 10001010010100100011111100111111011010001000101001010010 | 8a523f3f688a52 |
EUC-JP | 崖??h崖 | 10110011101100110011111100111111011010001011001110110011 | b3b33f3f68b3b3 |
UTF-8 | 崖ㅵ벊h崖 | 11100101101101001001011011100011100001011011010111101011101100101000101001101000111001011011010010010110 | e5b496e385b5ebb28a68e5b496 |
UHC | 崖ㅵ벊h崖 | 111001001111000010100100111001011001001110101101011010001110010011110000 | e4f0a4e593ad68e4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)