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 | 痾穩穩陽韲 | 11100001011111011110001001110010111000100111001010010111011110101110100011101100 | e17de272e272977ae8ec |
EUC-JP | 痾穩穩陽韲 | 11100001110111101110001111010011111000111101001111001101110110111111000011101110 | e1dee3d3e3d3cddbf0ee |
UTF-8 | 痾穩穩陽韲 | 111001111001011110111110111001111010100110101001111001111010100110101001111010011001100110111101111010011001111110110010 | e797bee7a9a9e7a9a9e999bde99fb2 |
UHC | ?穩穩陽? | 0011111111101000101100011110100010110001111001011101010100111111 | 3fe8b1e8b1e5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)