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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辟悟鋸譖シ | 111001111000010010001100111001011000101110011000111001101001101110111100 | e7848ce58b98e69bbc |
EUC-JP | 辟悟鋸譖シ | 11101101111001001011100011100111101101011111100011101011111110111000111010111100 | ede4b8e7b5f8ebfb8ebc |
UTF-8 | 辟悟鋸譖シ | 111010001011111010011111111001101000001010011111111010011000101110111000111010001010110110010110111011111011110110111100 | e8be9fe6829fe98bb8e8ad96efbdbc |
UHC | ?悟鋸?? | 00111111111001111111011011001011111010100011111100111111 | 3fe7f6cbea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)