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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 黑嫉o | 1111110001001011100011101011100101101111 | fc4b8eb96f |
EUC-JP | ?嫉o | 00111111101111001011101101101111 | 3fbcbb6f |
UTF-8 | 黑嫉o | 11101001101110111001000111100101101010111000100101101111 | e9bb91e5ab896f |
UHC | 黑嫉o | 1111110111011001111100101110110001101111 | fdd9f2ec6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)