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 | 藪糸け羮灸 | 11100101010011011000111010000101100000101010111111100011101111001000101110000100 | e54d8e8582afe3bc8b84 |
EUC-JP | 藪糸け羮灸 | 11101001101011101011101111100101101001001011000111100110101111101011010111100100 | e9aebbe5a4b1e6beb5e4 |
UTF-8 | 藪糸け羮灸 | 111010001001011110101010111001111011001110111000111000111000000110010001111001111011111010101110111001111000000110111000 | e897aae7b3b8e38191e7beaee781b8 |
UHC | 藪?け?灸 | 1110001010111111001111111010101010110001001111111100111110110110 | e2bf3faab13fcfb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)