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 | 螂ェ遏ュ雉械 | 11100101101001011010101011100111100111111010110111101000101100111000101001000010 | e5a5aae79fade8b38a42 |
EUC-JP | 螂ェ遏ュ雉械 | 111010101010011110001110101010101110111010100001100011101010110111110000101101011011001110100011 | eaa78eaaeea18eadf0b5b3a3 |
UTF-8 | 螂ェ遏ュ雉械 | 111010001001111010000010111011111011110110101010111010011000000110001111111011111011110110101101111010011001101110001001111001101010001010110000 | e89e82efbdaae9818fefbdade99b89e6a2b0 |
UHC | 螂???雉械 | 110101011100110000111111001111110011111111110110110010111100110011111110 | d5cc3f3f3ff6cbccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)