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 | 筰f簽 | 111000101010100110000010100001101110001011010011 | e2a98286e2d3 |
EUC-JP | 筰f簽 | 111001001010101110100011111001101110010011010101 | e4aba3e6e4d5 |
UTF-8 | 筰f簽 | 111001111010110110110000111011111011110110000110111001111011000010111101 | e7adb0efbd86e7b0bd |
UHC | ?f簽 | 0011111110100011111001101111010011011000 | 3fa3e6f4d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)