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 | 粃倶掘萬 | 1110001011100001100010111110010010001100010000001110010011011101 | e2e18be48c40e4dd |
EUC-JP | 粃倶掘萬 | 1110010011100011101101101110011010110111101000011110100011011111 | e4e3b6e6b7a1e8df |
UTF-8 | 粃倶掘萬 | 111001111011001010000011111001011000000010110110111001101000111010011000111010001001000010101100 | e7b283e580b6e68e98e890ac |
UHC | 粃?掘萬 | 11011101111110110011111111001111110111101101100010111111 | ddfb3fcfded8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)