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 | 勇?8肉 | 10010111010001010011111110000010010101111001001111110111 | 97453f825793f7 |
EUC-JP | 勇?8肉 | 11001101101001100011111110100011101110001100011011111001 | cda63fa3b8c6f9 |
UTF-8 | 勇싲8肉 | 111001011000101110000111111011001000101110110010111011111011110010011000111010001000001010001001 | e58b87ec8bb2efbc98e88289 |
UHC | 勇싲8肉 | 1110100110111000100110101110101110100011101110001110101110111111 | e9b89aeba3b8ebbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)