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 | 誘щ?鼇 | 10010111010101011000010010001011001111111110101010000111 | 9755848b3fea87 |
EUC-JP | 誘щ?鼇 | 11001101101101101010011111101011001111111111001111100111 | cdb6a7eb3ff3e7 |
UTF-8 | 誘щ쓢鼇 | 1110100010101010100110001101000110001001111011001001001110100010111010011011110010000111 | e8aa98d189ec93a2e9bc87 |
UHC | 誘щ쓢鼇 | 1110101110101111101011001110101110011101100000111110100010101000 | ebafaceb9d83e8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)