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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ユ曺゚ | 11010101111110101101111011011111 | d5fadedf |
EUC-JP | ユ曺゚ | 10001110110101011000111111000010111011011000111011011111 | 8ed58fc2ed8edf |
UTF-8 | ユ曺゚ | 111011111011111010010101111001101001101110111010111011111011111010011111 | efbe95e69bbaefbe9f |
UHC | ?曺? | 00111111111100001100011000111111 | 3ff0c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)