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 | ¥£à³â» | 1000111010100101100011101010001111100000101100111110001010111011 | 8ea58ea3e0b3e2bb |
SJIS-WIN | ?¥?£???? | 00111111100000011000111100111111100000011001001000111111001111110011111100111111 | 3f818f3f81923f3f3f3f |
EUC-JP | ???£à?â? | 00111111001111110011111110100001111100101000111110101011101000100011111110001111101010111010010000111111 | 3f3f3fa1f28faba23f8faba43f |
UTF-8 | ¥£à³â» | 11000010100011101100001010100101110000101000111011000010101000111100001110100000110000101011001111000011101000101100001010111011 | c28ec2a5c28ec2a3c3a0c2b3c3a2c2bb |
UHC | ?????³?? | 001111110011111100111111001111110011111110101001111110000011111100111111 | 3f3f3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)