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 | 阻?淀瓏 | 10010001011010100011111110010111100001001110000011111010 | 916a3f9784e0fa |
EUC-JP | 阻?淀瓏 | 11000001110010110011111111001101111001001110000011111100 | c1cb3fcde4e0fc |
UTF-8 | 阻렖淀瓏 | 111010011001100010111011111010111010000010010110111001101011011110000000111001111001001110001111 | e998bbeba096e6b780e7938f |
UHC | 阻렖淀瓏 | 1111000011100110100011101010101111101111111000111101011011101010 | f0e68eabefe3d6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)