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 | 甑貊騁? | 10001101100110011110011010111011111010010111010000111111 | 8d99e6bbe9743f |
EUC-JP | 甑貊騁蕒 | 101110011111100111101100101111011111000111010101100011111101100111000101 | b9f9ecbdf1d58fd9c5 |
UTF-8 | 甑貊騁蕒 | 111001111001010010010001111010001011001010001010111010011010100010000001111010001001010110010010 | e79491e8b28ae9a881e89592 |
UHC | 甑貊騁? | 11110001111101111101100011100111110111101011111000111111 | f1f7d8e7debe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)