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 | úµµÞúµµÜ^ | 111110101011010110110101110111101111101010110101101101011101110001011110 | fab5b5defab5b5dc5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ú??Þú??Ü^ | 1000111110101011111000100011111100111111100011111010100110110000100011111010101111100010001111110011111110001111101010101110010001011110 | 8fabe23f3f8fa9b08fabe23f3f8faae45e |
UTF-8 | úµµÞúµµÜ^ | 1100001110111010110000101011010111000010101101011100001110011110110000111011101011000010101101011100001010110101110000111001110001011110 | c3bac2b5c2b5c39ec3bac2b5c2b5c39c5e |
UHC | ???Þ????^ | 00111111001111110011111110101000101011010011111100111111001111110011111101011110 | 3f3f3fa8ad3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)