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 | 酌鞨邪 | 100011101101111011101000111000001000111011010111 | 8edee8e08ed7 |
EUC-JP | 酌鞨邪 | 101111001110000011110000111000101011110011011001 | bce0f0e2bcd9 |
UTF-8 | 酌鞨邪 | 111010011000010110001100111010011001111010101000111010011000001010101010 | e9858ce99ea8e982aa |
UHC | 酌鞨邪 | 111011011100110011001010111010101101111011110111 | edcccaeadef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)