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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 烏塘烏塘^ | 100010010100011110010011100001001000100101000111100100111000010001011110 | 89479384894793845e |
EUC-JP | 烏塘烏塘^ | 101100011010100011000101111001001011000110101000110001011110010001011110 | b1a8c5e4b1a8c5e45e |
UTF-8 | 烏塘烏塘^ | 11100111100000111000111111100101101000011001100011100111100000111000111111100101101000011001100001011110 | e7838fe5a198e7838fe5a1985e |
UHC | 烏塘烏塘^ | 111010001010000111010011110100101110100010100001110100111101001001011110 | e8a1d3d2e8a1d3d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)