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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踝、鄙ォ蔔 | 1110011011110100101001001110011110111111101010111110010011110111 | e6f4a4e7bfabe4f7 |
EUC-JP | 踝、鄙ォ蔔 | 11101100111101101000111010100100111011101100000110001110101010111110100011111001 | ecf68ea4eec18eabe8f9 |
UTF-8 | 踝、鄙ォ蔔 | 111010001011100010011101111011111011110110100100111010011000010010011001111011111011110110101011111010001001010010010100 | e8b89defbda4e98499efbdabe89494 |
UHC | ??鄙?蔔 | 00111111001111111101111010101001001111111101110011011011 | 3f3fdea93fdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)