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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邪式灼杓 | 1000111011010111100011101010111010001110110111001000111011011011 | 8ed78eae8edc8edb |
EUC-JP | 邪式灼杓 | 1011110011011001101111001011000010111100110111101011110011011101 | bcd9bcb0bcdebcdd |
UTF-8 | 邪式灼杓 | 111010011000001010101010111001011011110010001111111001111000000110111100111001101001110110010011 | e982aae5bc8fe781bce69d93 |
UHC | 邪式灼杓 | 1101111011110111111000111101001011101101110001111111100011110101 | def7e3d2edc7f8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)