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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???時畏^ | 0011111100111111001111111000111010011110100010001101100001011110 | 3f3f3f8e9e88d85e |
EUC-JP | ??孼時畏^ | 00111111001111111000111110111010110000111011101111111110101100001101101001011110 | 3f3f8fbac3bbfeb0da5e |
UTF-8 | 뤵쥡孼時畏^ | 11101011101001001011010111101100101001011010000111100101101011011011110011100110100110011000001011100111100101011000111101011110 | eba4b5eca5a1e5adbce69982e7958f5e |
UHC | 뤵쥡孼時畏^ | 1000111111100011110000011110100011100101111011011110001111000001111010001110011001011110 | 8fe3c1e8e5ede3c1e8e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)