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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 焄識鋕ニ悊 | 111110110101010010001110101011111111101111010100110001101111101010111110 | fb548eaffbd4c6fabe |
EUC-JP | 焄識鋕ニ悊 | 10001111110010011110001110111100101100011000111111100100110000001000111011000110100011111011110111110000 | 8fc9e3bcb18fe4c08ec68fbdf0 |
UTF-8 | 焄識鋕ニ悊 | 111001111000010010000100111010001010110110011000111010011000101110010101111011111011111010000110111001101000001010001010 | e78484e8ad98e98b95efbe86e6828a |
UHC | 焄識??? | 11111101101101101110001111011011001111110011111100111111 | fdb6e3db3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)