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 | 弛?稻檍 | 10010010011011110011111111100010011010101001111011111000 | 926f3fe26a9ef8 |
EUC-JP | 弛?稻檍 | 11000011110100000011111111100011110010111101110011111010 | c3d03fe3cbdcfa |
UTF-8 | 弛블稻檍 | 111001011011110010011011111010111011100010010100111001111010100010111011111001101010101010001101 | e5bc9bebb894e7a8bbe6aa8d |
UHC | 弛블稻檍 | 1110110010101100101110101110110111010100101010111110010111100101 | ecacbaedd4abe5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)