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 | 尸商埃 | 100110111001100110001111101001001001101010111010 | 9b998fa49aba |
EUC-JP | 尸商埃 | 110101011111100110111110101001101101010010111100 | d5f9bea6d4bc |
UTF-8 | 尸商埃 | 111001011011000010111000111001011001010110000110111001011001111110000011 | e5b0b8e59586e59f83 |
UHC | 尸商埃 | 111000111011100111011111110000101110010011101111 | e3b9dfc2e4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)