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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螂ェ雉馨 | 11100101101001011010101011101000101100111000101001011101 | e5a5aae8b38a5d |
EUC-JP | 螂ェ雉馨 | 1110101010100111100011101010101011110000101101011011001110111110 | eaa78eaaf0b5b3be |
UTF-8 | 螂ェ雉馨 | 111010001001111010000010111011111011110110101010111010011001101110001001111010011010011010101000 | e89e82efbdaae99b89e9a6a8 |
UHC | 螂?雉馨 | 11010101110011000011111111110110110010111111101110110000 | d5cc3ff6cbfbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)