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 | 痺縁什薜 | 1110000110000011100010011000111110001111010110011110010101001111 | e183898f8f59e54f |
EUC-JP | 痺縁什薜 | 1110000111100011101100011110111110111101101110101110100110110000 | e1e3b1efbdbae9b0 |
UTF-8 | 痺縁什薜 | 111001111001011110111010111001111011100010000001111001001011101110000000111010001001011010011100 | e797bae7b881e4bb80e8969c |
UHC | 痺?什? | 110111011111011000111111111001001010011100111111 | ddf63fe4a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)