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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 逡搾セ醍硫^ | 11100111100101011000110111101111101111101001000111100111100101111011000001011110 | e7958defbe91e797b05e |
EUC-JP | 逡搾セ醍硫^ | 1110110111110101101110101111000110001110101111101100001011101001110011101011001001011110 | edf5baf18ebec2e9ceb25e |
UTF-8 | 逡搾セ醍硫^ | 11101001100000001010000111100110100100001011111011101111101111011011111011101001100001101000110111100111101000011010101101011110 | e980a1e690beefbdbee9868de7a1ab5e |
UHC | 逡搾?醍硫^ | 11110001111001001111001110110110001111111111000010110101110101111011110001011110 | f1e4f3b63ff0b5d7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)