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 | 鄂補扱 | 111001111011110110010101111000101000100010110101 | e7bd95e288b5 |
EUC-JP | 鄂補扱 | 111011101011111111001010111001001011000010110111 | eebfcae4b0b7 |
UTF-8 | 鄂補扱 | 111010011000010010000010111010001010001110011100111001101000100110110001 | e98482e8a39ce689b1 |
UHC | 鄂補扱 | 111001001100011111011100110011011101000011100010 | e4c7dccdd0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)