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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂ェ騾溽カ咤 | 11100101101001011010101011101001100000001001111111100111101101101001101001000010 | e5a5aae9809fe7b69a42 |
EUC-JP | 螂ェ騾溽カ咤 | 111010101010011110001110101010101111000111100000110111101110100110001110101101101101001110100011 | eaa78eaaf1e0dee98eb6d3a3 |
UTF-8 | 螂ェ騾溽カ咤 | 111010001001111010000010111011111011110110101010111010011010100010111110111001101011101010111101111011111011110110110110111001011001001010100100 | e89e82efbdaae9a8bee6babdefbdb6e592a4 |
UHC | 螂????咤 | 1101010111001100001111110011111100111111001111111111011011100011 | d5cc3f3f3f3ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)