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 | ô£Þê¾® | 1111010010100011100011101101111011101010101111101000111010101110 | f4a38edeeabe8eae |
SJIS-WIN | ?£?????? | 001111111000000110010010001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f |
EUC-JP | ô£?Þê??® | 1000111110101011110101001010000111110010001111111000111110101001101100001000111110101011101101000011111100111111100011111010001011101110 | 8fabd4a1f23f8fa9b08fabb43f3f8fa2ee |
UTF-8 | ô£Þê¾® | 11000011101101001100001010100011110000101000111011000011100111101100001110101010110000101011111011000010100011101100001010101110 | c3b4c2a3c28ec39ec3aac2bec28ec2ae |
UHC | ???Þ?¾?® | 0011111100111111001111111010100010101101001111111010100011111010001111111010001011100111 | 3f3f3fa8ad3fa8fa3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)