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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蜒・繽曁苟B | 11100101100000111010010111100011100011111001110111111000111001001001000101000010 | e583a5e38f9df8e49142 |
EUC-JP | 蜒・繽曁苟B | 1110100111100011100011101010010111100101111011111101101011111010111001111111000101000010 | e9e38ea5e5efdafae7f142 |
UTF-8 | 蜒・繽曁苟B | 11101000100111001001001011101111101111011010010111100111101110011011110111100110100110111000000111101000100010111001111101000010 | e89c92efbda5e7b9bde69b81e88b9f42 |
UHC | ????苟B | 00111111001111110011111100111111110011111100001001000010 | 3f3f3f3fcfc242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)