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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | モ。簔モケ\ | 110100111010000111100010110000011111011110100011110100111011100101011100 | d3a1e2c1f7a3d3b95c |
EUC-JP | モ。簔?モケ\ | 100011101101001110001110101000011110010011000011001111111000111011010011100011101011100101011100 | 8ed38ea1e4c33f8ed38eb95c |
UTF-8 | モ。簔モケ\ | 11101111101111101001001111101111101111011010000111100111101100001001010011101110100101101000011011101111101111101001001111101111101111011011100101011100 | efbe93efbda1e7b094ee9686efbe93efbdb95c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)