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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鋓嫉\ | 1111101111010110100011101011100101011100 | fbd68eb95c |
EUC-JP | 鋓嫉\ | 100011111110010010111111101111001011101101011100 | 8fe4bfbcbb5c |
UTF-8 | 鋓嫉\ | 11101001100010111001001111100101101010111000100101011100 | e98b93e5ab895c |
UHC | ?嫉\ | 00111111111100101110110001011100 | 3ff2ec5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)