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 | 達蔵歎短 | 1001001001000010100100011010000010010010010101101001001001011010 | 924291a09256925a |
EUC-JP | 達蔵歎短 | 1100001110100011110000101010001011000011101101111100001110111011 | c3a3c2a2c3b7c3bb |
UTF-8 | 達蔵歎短 | 111010011000000110010100111010001001010010110101111001101010110110001110111001111001111110101101 | e98194e894b5e6ad8ee79fad |
UHC | 達?歎短 | 11010011101110010011111111110111101001111101001110101101 | d3b93ff7a7d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)