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 | 酌鞨者 | 100011101101111011101000111000001000111011010010 | 8edee8e08ed2 |
EUC-JP | 酌鞨者 | 101111001110000011110000111000101011110011010100 | bce0f0e2bcd4 |
UTF-8 | 酌鞨者 | 111010011000010110001100111010011001111010101000111010001000000010000101 | e9858ce99ea8e88085 |
UHC | 酌鞨者 | 111011011100110011001010111010101110110110111010 | edcccaeaedba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)