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 | 陋ッ莨懶ス錬 | 11101000100110111010111111100100101111001001110011101111101111011001100001000010 | e89bafe4bc9cefbd9842 |
EUC-JP | 陋ッ莨懶ス錬 | 111011111111101110001110101011111110100010111110110110001111000110001110101111011100111110100011 | effb8eafe8bed8f18ebdcfa3 |
UTF-8 | 陋ッ莨懶ス錬 | 111010011001100110001011111011111011110110101111111010001000111010101000111001101000011110110110111011111011110110111101111010011000110010101100 | e9998befbdafe88ea8e687b6efbdbde98cac |
UHC | 陋??懶?? | 1101011110110000001111110011111111010100111110110011111100111111 | d7b03f3fd4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)