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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | モケ矗\ | 1101001110111001111000011101111001011100 | d3b9e1de5c |
EUC-JP | モケ矗\ | 10001110110100111000111010111001111000101110000001011100 | 8ed38eb9e2e05c |
UTF-8 | モケ矗\ | 11101111101111101001001111101111101111011011100111100111100111111001011101011100 | efbe93efbdb9e79f975c |
UHC | ??矗\ | 0011111100111111111101011011100001011100 | 3f3ff5b85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)