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 | ?z?r | 00111111011110100011111101110010 | 3f7a3f72 |
SJIS-WIN | 鯀z鯀r | 111010011011111101111010111010011011111101110010 | e9bf7ae9bf72 |
EUC-JP | 鯀z鯀r | 111100101100000101111010111100101100000101110010 | f2c17af2c172 |
UTF-8 | 鯀z鯀r | 1110100110101111100000000111101011101001101011111000000001110010 | e9af807ae9af8072 |
UHC | ?z?r | 00111111011110100011111101110010 | 3f7a3f72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)