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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 羮鬩羮秧^ | 111000111011110011101001101010011110001110111100111000100101111001011110 | e3bce9a9e3bce25e5e |
EUC-JP | 羮鬩羮秧^ | 111001101011111011110010101010111110011010111110111000111011111101011110 | e6bef2abe6bee3bf5e |
UTF-8 | 羮鬩羮秧^ | 11100111101111101010111011101001101011001010100111100111101111101010111011100111101001111010011101011110 | e7beaee9aca9e7beaee7a7a75e |
UHC | ???秧^ | 001111110011111100111111111001001110101101011110 | 3f3f3fe4eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)