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 | 艪掩謙纒? | 111001001000001010001001100001101000110010101010111000111001010100111111 | e48289868caae3953f |
EUC-JP | 艪掩謙纒駰 | 1110011111100010101100011110011010111000101011001110010111110101100011111110100110110001 | e7e2b1e6b8ace5f58fe9b1 |
UTF-8 | 艪掩謙纒駰 | 111010001000100110101010111001101000111010101001111010001010110010011001111001111011101010010010111010011010011110110000 | e889aae68ea9e8ac99e7ba92e9a7b0 |
UHC | ?掩謙?? | 00111111111001011111001111001100110001010011111100111111 | 3fe5f3ccc53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)