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 | û¥¸éÞ°@h | 1111101110100101101110001110100111011110101100000100000001101000 | fba5b8e9deb04068 |
SJIS-WIN | ?¥???°@h | 00111111100000011000111100111111001111110011111110000001100010110100000001101000 | 3f818f3f3f3f818b4068 |
EUC-JP | û?¸éÞ°@h | 1000111110101011111001010011111110001111101000101011000110001111101010111011000110001111101010011011000010100001111010110100000001101000 | 8fabe53f8fa2b18fabb18fa9b0a1eb4068 |
UTF-8 | û¥¸éÞ°@h | 1100001110111011110000101010010111000010101110001100001110101001110000111001111011000010101100000100000001101000 | c3bbc2a5c2b8c3a9c39ec2b04068 |
UHC | ??¸?Þ°@h | 0011111100111111101000101010110000111111101010001010110110100001110001100100000001101000 | 3f3fa2ac3fa8ada1c64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)