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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 菽ロネ | 1111001111101110111001001100000111011011110010001111001111101110 | f3eee4c1dbc8f3ee |
EUC-JP | ?菽ロネ? | 0011111111101000110000111000111011011011100011101100100000111111 | 3fe8c38edb8ec83f |
UTF-8 | 菽ロネ | 111011101000101110100001111010001000111110111101111011111011111010011011111011111011111010001000111011101000101110100001 | ee8ba1e88fbdefbe9befbe88ee8ba1 |
UHC | ?菽??? | 001111111110001011011101001111110011111100111111 | 3fe2dd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)