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 | 達俗脱鱈 | 1001001001000010100100011010110110010010010001011001001001001100 | 924291ad9245924c |
EUC-JP | 達俗脱鱈 | 1100001110100011110000101010111111000011101001101100001110101101 | c3a3c2afc3a6c3ad |
UTF-8 | 達俗脱鱈 | 111010011000000110010100111001001011111110010111111010001000010010110001111010011011000110001000 | e98194e4bf97e884b1e9b188 |
UHC | 達俗?? | 110100111011100111100001110101000011111100111111 | d3b9e1d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)