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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 游?穽? | 100111111110000000111111111000100111011000111111 | 9fe03fe2763f |
EUC-JP | 游?穽? | 110111101110001000111111111000111101011100111111 | dee23fe3d73f |
UTF-8 | 游렱穽렪 | 111001101011100010111000111010111010000010110001111001111010100110111101111010111010000010101010 | e6b8b8eba0b1e7a9bdeba0aa |
UHC | 游렱穽렪 | 1110101011111101100011101011111011101111111100001000111010111000 | eafd8ebeeff08eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)