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 | 荵勾ぉ聿 | 1110010010111001100011001111100110000010101001111110001111100100 | e4b98cf982a7e3e4 |
EUC-JP | 荵勾ぉ聿 | 1110100010111011101110001111101110100100101010011110011011100110 | e8bbb8fba4a9e6e6 |
UTF-8 | 荵勾ぉ聿 | 111010001000110110110101111001011000101110111110111000111000000110001001111010001000000110111111 | e88db5e58bbee38189e881bf |
UHC | ?勾ぉ聿 | 00111111110011101111111010101010101010011110101111010011 | 3fcefeaaa9ebd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)