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 | ?b}?b{^ | 00111111011000100111110100111111011000100111101101011110 | 3f627d3f627b5e |
SJIS-WIN | 辰b}辰b{^ | 100100100100001101100010011111011001001001000011011000100111101101011110 | 9243627d9243627b5e |
EUC-JP | 辰b}辰b{^ | 110000111010010001100010011111011100001110100100011000100111101101011110 | c3a4627dc3a4627b5e |
UTF-8 | 辰b}辰b{^ | 1110100010111110101100000110001001111101111010001011111010110000011000100111101101011110 | e8beb0627de8beb0627b5e |
UHC | 辰b}辰b{^ | 111100101110001101100010011111011111001011100011011000100111101101011110 | f2e3627df2e3627b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)