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 | 続達達存 | 1001000110110001100100100100001010010010010000101001000110110110 | 91b19242924291b6 |
EUC-JP | 続達達存 | 1100001010110011110000111010001111000011101000111100001010111000 | c2b3c3a3c3a3c2b8 |
UTF-8 | 続達達存 | 111001111011011010011010111010011000000110010100111010011000000110010100111001011010110110011000 | e7b69ae98194e98194e5ad98 |
UHC | ?達達存 | 00111111110100111011100111010011101110011111000011101101 | 3fd3b9d3b9f0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)