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 | 鉷セ鯣コ | 111110111100110110111110111010011100011010111010 | fbcdbee9c6ba |
EUC-JP | 鉷セ鯣コ | 100011111110001111110001100011101011111011110010110010001000111010111010 | 8fe3f18ebef2c88eba |
UTF-8 | 鉷セ鯣コ | 111010011000100110110111111011111011110110111110111010011010111110100011111011111011110110111010 | e989b7efbdbee9afa3efbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)