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 | ú³üø | 11111010101100111111110011111000 | fab3fcf8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ú?üø | 10001111101010111110001000111111100011111010101111100100100011111010100111001100 | 8fabe23f8fabe48fa9cc |
UTF-8 | ú³üø | 1100001110111010110000101011001111000011101111001100001110111000 | c3bac2b3c3bcc3b8 |
UHC | ?³?ø | 001111111010100111111000001111111010100110101010 | 3fa9f83fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)